Skip to content

Instantly share code, notes, and snippets.

@makzan
Created September 25, 2021 12:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save makzan/a7d52619aed59f89ddf6bc003f775d01 to your computer and use it in GitHub Desktop.
Save makzan/a7d52619aed59f89ddf6bc003f775d01 to your computer and use it in GitHub Desktop.
Command to merge branch in Git version control
$ git checkout feature_a
$ git merge master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment