]> git.phdru.name Git - dotfiles.git/commitdiff
.gitconfig: add alias unstage
authorOleg Broytman <phd@phdru.name>
Mon, 4 May 2015 20:53:31 +0000 (23:53 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 4 May 2015 20:53:31 +0000 (23:53 +0300)
.gitconfig

index 67b48341f734b8633413765cad4202d4964b5afa..7bf84b449b157507b67169ec9a525ad08bb4842a 100644 (file)
@@ -17,6 +17,7 @@
        lr5 = log --decorate --reverse -5
        st = status --short
        stb = status --short --branch
+       unstage = reset HEAD --
        wdiff = diff --word-diff
        wshow = show --word-diff