]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
gitconfig: add aliases for reset and rebase
authorSimon Ruderich <simon@ruderich.org>
Thu, 30 Jul 2015 16:55:50 +0000 (18:55 +0200)
committerSimon Ruderich <simon@ruderich.org>
Thu, 30 Jul 2015 16:55:50 +0000 (18:55 +0200)
gitconfig.in

index 1f24fb838fa0b02438214e32b7f10ca722da2dc7..62e26f1ab01f2b98a122b187f97148cb17a52fb6 100644 (file)
        a   = add
        ap  = add --patch
        au  = add --update
+       rs  = reset
+       rsh = reset --hard
+       rsp = reset --patch
        ## Branches.
        co  = checkout
        b   = branch -a -v
        m   = merge
        mo  = merge origin/master
+       re  = rebase
+       rei = rebase --interactive
+       rec = rebase --continue
        ## Remote.
        f   = fetch
        t   = tag