dev
Marc Beninca 2019-10-28 15:03:22 +01:00
parent 0a537f2c84
commit 693d8fe172
1 changed files with 3 additions and 0 deletions

View File

@ -140,6 +140,9 @@ Described
# set the link to a remote branch from a local branch
alias gbu='git branch -u'
# list branches verbosely
alias gbv='git branch --verbose --verbose'
# clone a remote repository
alias gc='git clone'