]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
gitconfig: add cp alias (git cherry-pick)
authorSimon Ruderich <simon@ruderich.org>
Sat, 23 Sep 2017 14:59:39 +0000 (16:59 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sat, 23 Sep 2017 14:59:39 +0000 (16:59 +0200)
gitconfig.in

index 0b50312b21bb1ed54bfa6a597d5a2a35746b4619..5058769b9359865118fbd8944aa94d1b2625db39 100644 (file)
@@ -97,6 +97,7 @@
        re  = rebase
        rei = rebase --interactive
        rec = rebase --continue
+       cp  = cherry-pick
        ## Submodules.
        sm  = submodule
        ## Remote.