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
|
||||
end
|
||||
|
||||
# Pull from the origin remote
|
||||
git pull $origin_remote $default_branch
|
||||
|
||||
# Merge upstream
|
||||
git fetch $upstream_remote
|
||||
git pull $upstream_remote $default_branch
|
||||
|
|
Loading…
Reference in a new issue