1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-07-01 05:49:26 +00:00

[Fix #357] Set alias gcO to check out hunks interactively

This commit is contained in:
Sorin Ionescu
2013-01-03 13:13:03 -05:00
parent 5a245850f0
commit 1d0b0e2e9b
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ alias gc='git commit'
alias gca='git commit --all'
alias gcm='git commit --message'
alias gco='git checkout'
alias gcO='git checkout HEAD --'
alias gcO='git checkout --patch'
alias gcf='git commit --amend --reuse-message HEAD'
alias gcF='git commit --amend'
alias gcp='git cherry-pick --ff'