This commit is contained in:
Marc Beninca 2019-10-28 15:03:22 +01:00
parent 0a537f2c84
commit 693d8fe172

View file

@ -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'