Add git fixup command

This commit is contained in:
Talia 2021-01-20 14:52:41 +01:00
parent 4587d1b0c1
commit 32968eb39e
1 changed files with 3 additions and 2 deletions

View File

@ -18,10 +18,11 @@
[alias]
head = log -1 --show-signature --format=fuller
adog = log --all --decorate --oneline --graph --date-order
dog = log --decorate --oneline --graph --date-order
stat = log --oneline --stat --date-order
dog = log --decorate --oneline --graph --date-order
stat = log --oneline --stat --date-order
identity = "! git config user.name \"$(git config user.$1.name)\"; git config user.email \"$(git config user.$1.email)\"; :"
root = rev-parse --show-toplevel
fixup = commit --patch --no-edit --amend
[user]
useConfigOnly = true
[user "darkwiiplayer"]