Skip to content

Instantly share code, notes, and snippets.

@pjirsa
Created March 13, 2024 18:04
Show Gist options
  • Save pjirsa/92e59b8bf342a339201faa066dd777c2 to your computer and use it in GitHub Desktop.
Save pjirsa/92e59b8bf342a339201faa066dd777c2 to your computer and use it in GitHub Desktop.
how to update local branch with changes from main branch
git fetch
git merge origin/main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment