Skip to content

Instantly share code, notes, and snippets.

View vaishnavmhetre's full-sized avatar
:electron:
Innovate realm

Vaishnav Mhetre vaishnavmhetre

:electron:
Innovate realm
  • Pune, India
View GitHub Profile
@vaishnavmhetre
vaishnavmhetre / .zshrc
Last active April 14, 2025 08:13
Git Branches cleanup
# ------------------------------------------------------------------------------
# git_list_untracked
#
# Lists local Git branches that are tracking a remote branch which no longer
# exists (i.e., the remote was deleted or the branch was removed from the remote).
#
# - First runs `git fetch --prune` to clean up stale remote references.
# - Then checks all local branches with an upstream and verifies if the remote
# branch still exists.
# - Filters out "main" and "master" from the results to avoid accidental deletion.
name: expense
description: Simplistic Expense Manager
# The following line prevents the package from being accidentally published to
# pub.dev using `pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
# followed by an optional build number separated by a +.
# Generated by pub
# See https://dart.dev/tools/pub/glossary#lockfile
packages:
_fe_analyzer_shared:
dependency: transitive
description:
name: _fe_analyzer_shared
url: "https://pub.dartlang.org"
source: hosted
version: "2.2.0"