fix(git-alais): change quotes
parent
6e1fe69897
commit
4b3aa28c4f
|
|
@ -65,7 +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 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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue