Skip to content

Commit

Permalink
git: add push to upstream shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
anachronic committed Jul 10, 2024
1 parent cab6148 commit 24e7b11
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions common/link/.gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
rb = rebase
rbc = rebase --continue
rba = rebase --abort

# push
pup = !git push -u origin $(git rev-parse --abbrev-ref HEAD)
[commit]
excludesfile = ~/.gitignore
[user]
Expand Down

0 comments on commit 24e7b11

Please sign in to comment.