Fix the fixup alias
This commit is contained in:
parent
2fcc6ca87e
commit
641598c997
2
config
2
config
@ -5,7 +5,7 @@
|
|||||||
[alias]
|
[alias]
|
||||||
ba = branch -vv
|
ba = branch -vv
|
||||||
baa = branch -vva
|
baa = branch -vva
|
||||||
fixup = commit --amend -CHEAD\n
|
fixup = commit --amend -CHEAD
|
||||||
git = !exec git
|
git = !exec git
|
||||||
glog = log --graph --all --decorate --oneline
|
glog = log --graph --all --decorate --oneline
|
||||||
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
|
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
|
||||||
|
Loading…
x
Reference in New Issue
Block a user