gau/gf
This commit is contained in:
parent
c69c10684e
commit
6ed3cb83a6
1 changed files with 6 additions and 5 deletions
|
@ -240,11 +240,12 @@ a__git_diff_word() {
|
|||
# fetch from the remote repository
|
||||
gf() { a__git_fetch "${@}"; }
|
||||
a__git_fetch() {
|
||||
git \
|
||||
fetch \
|
||||
--tags \
|
||||
--verbose \
|
||||
"${@}"
|
||||
rwx_gpg_agent_update &&
|
||||
git \
|
||||
fetch \
|
||||
--tags \
|
||||
--verbose \
|
||||
"${@}"
|
||||
}
|
||||
|
||||
# fetch from remote repository and prune local orphan branches
|
||||
|
|
Loading…
Reference in a new issue