Fix the fixup alias

This commit is contained in:
2019-11-13 09:06:02 +01:00
parent 2fcc6ca87e
commit 641598c997

2
config
View File

@@ -5,7 +5,7 @@
[alias]
ba = branch -vv
baa = branch -vva
fixup = commit --amend -CHEAD\n
fixup = commit --amend -CHEAD
git = !exec git
glog = log --graph --all --decorate --oneline
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short