feat(git-aliases): add checkout with username

this can be useful for creating a branch with a common prefix
pull/1732/head
Ron Green 2020-12-09 11:58:40 +02:00 committed by GitHub
parent 9b837b4f59
commit 6e1fe69897
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ alias gco='git checkout'
alias gcom='git checkout master'
alias gcb='git checkout -b'
alias gcob='git checkout -b'
alias gcobu="git checkout -b ${USER}/"
alias gct='git checkout --track'
alias gcpd='git checkout master; git pull; git branch -D'
alias gexport='git archive --format zip --output'