Skip to content

Commit

Permalink
git: Fix pl
Browse files Browse the repository at this point in the history
  • Loading branch information
lindhe committed Aug 3, 2024
1 parent 5f6a47e commit 8f4e4cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
nw = diff --cached --ignore-space-change --color-words='\\w+|.'
nww = diff --cached --ignore-space-change --color-words='.'
nwww = diff --cached --ignore-space-change --word-diff-regex='.'
pl = !git pull && git log -- ORIG_HEAD..origin/$(git branch --show-current)
pl = "!git pull && git log ORIG_HEAD..origin/$(git branch --show-current) #"
pushf = push --force-with-lease
psuh = push
reb = rebase
Expand Down

0 comments on commit 8f4e4cd

Please sign in to comment.