]> git.phdru.name Git - dotfiles.git/blobdiff - .gitconfig
.gitconfig: add alias unstage
[dotfiles.git] / .gitconfig
index 58ff46495493aed27d9690d83606d934dfd3e5e3..7bf84b449b157507b67169ec9a525ad08bb4842a 100644 (file)
@@ -1,6 +1,5 @@
 [alias]
        b = branch
-       ca = commit --amend
        camend = commit --amend -C HEAD
        checkin = commit
        ci = commit
@@ -18,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