Merge pull request #1391 from matthewadams/gcpx

add gcpx
pull/1394/head
Nils Winkler 2019-07-08 08:34:50 +02:00 committed by GitHub
commit 1924f252eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ alias gbd='git branch -d'
alias gbD='git branch -D' alias gbD='git branch -D'
alias gcount='git shortlog -sn' alias gcount='git shortlog -sn'
alias gcp='git cherry-pick' alias gcp='git cherry-pick'
alias gcpx='git cherry-pick -x'
alias gco='git checkout' alias gco='git checkout'
alias gcom='git checkout master' alias gcom='git checkout master'
alias gcb='git checkout -b' alias gcb='git checkout -b'