Add fixup alias

This commit is contained in:
fanyx 2023-10-12 12:00:05 +02:00
parent fbb1849b72
commit a5066d8e67
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,8 @@
co = checkout co = checkout
cn = checkout -b cn = checkout -b
cm = commit -m cm = commit -m
l = log --pretty='format:%h %G? %s%d' -n20 --graph --color l = log --pretty='format:%h %G? %s%d' -n10 --graph --color
fixup = "!git log -n50 --pretty='format:%h %s' --no-merges | fzf | cut -c -7 | xargs -o git commit --fixup"
tags = tag -l tags = tag -l
branches = branch -a branches = branch -a
remotes = remote -v remotes = remote -v