diff --git a/.config/fish/functions/ugc.fish b/.config/fish/functions/ugc.fish index b39bbf2..60751c9 100644 --- a/.config/fish/functions/ugc.fish +++ b/.config/fish/functions/ugc.fish @@ -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