This commit is contained in:
Mylloon 2023-10-11 16:34:31 +02:00
parent 78cf98f273
commit 5e2c1efc2b
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -41,6 +41,9 @@ function ugc --description "Update git fork."
git switch $default_branch
end
# Pull from the origin remote
git pull $origin_remote $default_branch
# Merge upstream
git fetch $upstream_remote
git pull $upstream_remote $default_branch