diff options
| author | Hunter Kvalevog <hunter@kvog.sh> | 2026-06-26 21:40:52 -0500 |
|---|---|---|
| committer | Hunter Kvalevog <hunter@kvog.sh> | 2026-06-26 21:40:52 -0500 |
| commit | d8847fe700acbaefa05a9cbc0a6d95525f617aee (patch) | |
| tree | 974b2ce2a1574ae561068fefdeabe086ad8e4343 | |
| parent | de3bbd2c3ff19522c047e1a08b3d8d88e98bf83d (diff) | |
| -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) |