bash/gbv
This commit is contained in:
parent
0a537f2c84
commit
693d8fe172
1 changed files with 3 additions and 0 deletions
|
@ -140,6 +140,9 @@ Described
|
||||||
# set the link to a remote branch from a local branch
|
# set the link to a remote branch from a local branch
|
||||||
alias gbu='git branch -u'
|
alias gbu='git branch -u'
|
||||||
|
|
||||||
|
# list branches verbosely
|
||||||
|
alias gbv='git branch --verbose --verbose'
|
||||||
|
|
||||||
# clone a remote repository
|
# clone a remote repository
|
||||||
alias gc='git clone'
|
alias gc='git clone'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue