Skip to content

Instantly share code, notes, and snippets.

@oneillci
Created June 6, 2022 06:00
Show Gist options
  • Save oneillci/e3f44689fa155ea7375416a1a45d5ed6 to your computer and use it in GitHub Desktop.
Save oneillci/e3f44689fa155ea7375416a1a45d5ed6 to your computer and use it in GitHub Desktop.
Fetches remote main branch changes and merges them into current feature branch
git fetch origin main
git merge origin/main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment