undo shortcut

This commit is contained in:
Tobias Manske 2018-04-07 03:50:21 +02:00
parent b5da3021fe
commit 9556cb7815
No known key found for this signature in database
GPG Key ID: 978D99F12D4E041F

View File

@ -5,6 +5,7 @@
[alias]
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
cu = "!git branch --merged | grep -v '\\*' | grep -v master | xargs -n 1 git branch -d"
undo = reset HEAD~
[commit]
gpgsign = true
[core]