Add fixup alias
This commit is contained in:
parent
fbb1849b72
commit
a5066d8e67
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue