bash/gf,gfp
This commit is contained in:
parent
2fcc1f9b94
commit
a02ea3150f
1 changed files with 1 additions and 4 deletions
|
@ -204,10 +204,7 @@ Described
|
||||||
alias gdw='git diff --word-diff-regex=.'
|
alias gdw='git diff --word-diff-regex=.'
|
||||||
|
|
||||||
# fetch from the remote repository
|
# fetch from the remote repository
|
||||||
alias gf='git fetch --tags --verbose'
|
alias gf='git fetch --verbose --tags'
|
||||||
|
|
||||||
# fetch from remote repository and prune local orphan branches
|
|
||||||
alias gfp='git fetch --prune --tags --verbose'
|
|
||||||
|
|
||||||
# garbage collect all orphan commits
|
# garbage collect all orphan commits
|
||||||
alias ggc='git reflog expire --expire=now --all;git gc --prune=now'
|
alias ggc='git reflog expire --expire=now --all;git gc --prune=now'
|
||||||
|
|
Loading…
Reference in a new issue