浏览代码

Added cp for cherry-pick

Alois Mahdal 12 年前
父节点
当前提交
62ea56b75f
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      dotfiles/git-universe/before.gitconfig

+ 1
- 0
dotfiles/git-universe/before.gitconfig 查看文件

9
   cma = commit --amend
9
   cma = commit --amend
10
   co = checkout
10
   co = checkout
11
   com = checkout master
11
   com = checkout master
12
+  cp = cherry-pick
12
   dc = !clear && git diff --cached
13
   dc = !clear && git diff --cached
13
   gr = log --graph --full-history --all --color\
14
   gr = log --graph --full-history --all --color\
14
        --pretty=tformat:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s%x1b[0m"
15
        --pretty=tformat:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s%x1b[0m"