Fix the fixup alias

This commit is contained in:
Gergely Polonkai 2019-11-13 09:06:02 +01:00
parent 2fcc6ca87e
commit 641598c997
No known key found for this signature in database
GPG Key ID: 38F402C8471DDE93
1 changed files with 1 additions and 1 deletions

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