Add git push/pull aliases

This commit is contained in:
2025-11-06 11:14:21 +01:00
parent 375fffdc2c
commit 9887d78c4a

View File

@@ -21,6 +21,8 @@
sv = status --verbose sv = status --verbose
co = checkout co = checkout
cob = checkout -b cob = checkout -b
pullr = "pull --rebase --autostash"
pushf = "push --force-with-lease"
# Note these follow the naming convention of my `.bash_aliases` # Note these follow the naming convention of my `.bash_aliases`
al = "!git config -l | grep alias | cut -c 7-" al = "!git config -l | grep alias | cut -c 7-"
alf = "!git config -l | grep alias | cut -c 7- | fzf" alf = "!git config -l | grep alias | cut -c 7- | fzf"