]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
gitconfig: add rv alias (git revert)
authorSimon Ruderich <simon@ruderich.org>
Tue, 12 Jul 2016 12:44:24 +0000 (14:44 +0200)
committerSimon Ruderich <simon@ruderich.org>
Tue, 12 Jul 2016 12:44:24 +0000 (14:44 +0200)
gitconfig.in

index f6d7f241e05cca04eba5c3a5dba2b4557ac6bccb..b498cc96452c2692cd53abeb262d2084b9c32acd 100644 (file)
@@ -85,7 +85,7 @@
        rs  = reset
        rsh = reset --hard
        rsp = reset --patch
-       # Only clean ignored files.
+       rv  = revert
        cl  = clean -ndx
        clf = clean -fdx
        ## Branches.