Skip to content

Instantly share code, notes, and snippets.

@nasirkhan
Last active August 29, 2015 14:02
Show Gist options
  • Select an option

  • Save nasirkhan/655726e098a01a9e623b to your computer and use it in GitHub Desktop.

Select an option

Save nasirkhan/655726e098a01a9e623b to your computer and use it in GitHub Desktop.
Git | Update a git Branch form Master

Checkout the branch git checkout Branch_01

Then merge: git merge origin/master

Then push: git push origin master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment