Skip to content

Commit

Permalink
add alias for cherry-pick -x
Browse files Browse the repository at this point in the history
  • Loading branch information
Machyne authored and Matt Cotter committed Aug 15, 2016
1 parent e98868b commit d9fe6d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions git/gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
[alias]
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
ci = commit
cpx = cherry-pick -x
br = branch
co = checkout
cl = clean
Expand Down

0 comments on commit d9fe6d5

Please sign in to comment.