Skip to content

Commit

Permalink
add git alias plh
Browse files Browse the repository at this point in the history
  • Loading branch information
hayashikun committed Mar 18, 2024
1 parent a4149d3 commit 1a06fcb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
cm = commit
stt = status -uno
pl = pull
plh = "!f() { git rev-parse --abbrev-ref HEAD | xargs git pull origin; }; f"
ph = push
phh = push origin HEAD
di = diff
Expand Down

0 comments on commit 1a06fcb

Please sign in to comment.