Add git push/pull aliases

main
Hektor Misplon 2025-11-06 11:14:21 +01:00
parent 411986643a
commit 61ac93b68f
1 changed files with 2 additions and 0 deletions

View File

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