AutoYADM commit: 2025-06-03 13:00:14

This commit is contained in:
Daniel Fichtinger 2025-06-03 13:00:14 -04:00
parent f4d51acdfb
commit b81120710b
7 changed files with 75 additions and 15 deletions

View file

@ -49,6 +49,8 @@ if test -z "$FORGIT_NO_ALIASES"
abbr -a -- (string collect $forgit_cherry_pick; or string collect "gcp") git-forgit cherry_pick_from_branch
abbr -a -- (string collect $forgit_rebase; or string collect "grb") git-forgit rebase
abbr -a -- (string collect $forgit_fixup; or string collect "gfu") git-forgit fixup
abbr -a -- (string collect $forgit_squash; or string collect "gsq") git-forgit squash
abbr -a -- (string collect $forgit_reword; or string collect "grw") git-forgit reword
abbr -a -- (string collect $forgit_checkout_commit; or string collect "gco") git-forgit checkout_commit
abbr -a -- (string collect $forgit_revert_commit; or string collect "grc") git-forgit revert_commit
abbr -a -- (string collect $forgit_blame; or string collect "gbl") git-forgit blame