Skip to content

Commit

Permalink
git: add sbup alias to show HEAD, upstream, and push together
Browse files Browse the repository at this point in the history
  • Loading branch information
benknoble committed Nov 12, 2024
1 parent 3e7c76d commit 24267b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions links/gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
s = status --short
sb = show-branch
sbu = sb HEAD HEAD@{upstream}
sbup = sbu HEAD@{push}
sdiff = diff && git submodule foreach 'git diff'
spush = push --recurse-submodules=on-demand
sr = status --short --branch
Expand Down

0 comments on commit 24267b1

Please sign in to comment.