Skip to content

Commit

Permalink
tweak git remote aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
ndbroadbent committed Aug 12, 2023
1 parent e5806b2 commit 46f52e2
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions fish/conf.d/breeze.fish
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
abbr -a cdgtop 'cd (git rev-parse --show-toplevel)'
abbr -a g 'git'
abbr -a g git
abbr -a gaa 'git add --all'
abbr -a gap 'git add -pu'
abbr -a gash 'git stash'
Expand Down Expand Up @@ -28,7 +28,10 @@ abbr -a gpl 'git pull'
abbr -a gplr 'git pull --rebase'
abbr -a gps 'git push'
abbr -a gpsf 'git push --force-with-lease'
abbr -a gr 'git remote -v'
abbr -a gr 'git remote'
abbr -a gra 'git remote add'
abbr -a grr 'git remote rename'
abbr -a grv 'git remote -v'
abbr -a grb 'git rebase'
abbr -a grbi 'git rebase -i'
abbr -a grs 'git reset --'
Expand Down Expand Up @@ -72,6 +75,8 @@ function _breeze_uninstall -e breeze_uninstall
abbr -e gps
abbr -e gpsf
abbr -e gr
abbr -e gra
abbr -e grr
abbr -e grb
abbr -e grbi
abbr -e grs
Expand Down

0 comments on commit 46f52e2

Please sign in to comment.