This commit is contained in:
Marc Beninca 2024-12-01 18:07:54 +01:00
parent c69c10684e
commit 6ed3cb83a6
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

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