fix?
This commit is contained in:
parent
78cf98f273
commit
5e2c1efc2b
1 changed files with 3 additions and 0 deletions
|
@ -41,6 +41,9 @@ function ugc --description "Update git fork."
|
||||||
git switch $default_branch
|
git switch $default_branch
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# Pull from the origin remote
|
||||||
|
git pull $origin_remote $default_branch
|
||||||
|
|
||||||
# Merge upstream
|
# Merge upstream
|
||||||
git fetch $upstream_remote
|
git fetch $upstream_remote
|
||||||
git pull $upstream_remote $default_branch
|
git pull $upstream_remote $default_branch
|
||||||
|
|
Loading…
Reference in a new issue