Skip to content

Commit

Permalink
chore: add fixup alias
Browse files Browse the repository at this point in the history
  • Loading branch information
ucpr committed Jun 2, 2024
1 parent 48c611c commit 802de96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions git/.gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
plr = !"git pull --rebase origin $(git symbolic-ref refs/remotes/origin/HEAD | sed 's@^refs/remotes/origin/@@')"
graph = log --pretty=format:'%Cgreen[%cd] %Cblue%h %Cred<%cn> %Creset%s' --date=short --decorate --graph --branches --tags --remotes
ucat = !"git ls-files --others --exclude-standard | xargs bat"
fixup = commit --amend -C HEAD
[fetch]
prune = true
[pull]
Expand Down

0 comments on commit 802de96

Please sign in to comment.