diff options
Diffstat (limited to '.gitconfig')
| -rw-r--r-- | .gitconfig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,4 +6,4 @@ [alias] aa = commit --amend --no-edit cc = commit --allow-empty-message -m \"\" - pp = push -u origin master + pp = !git push -u origin $(git branch --show-current) |