Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@retr0h
Created August 3, 2019 01:16
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 retr0h/1b91525a80a602b6f8075dcff59f96d2 to your computer and use it in GitHub Desktop.
Save retr0h/1b91525a80a602b6f8075dcff59f96d2 to your computer and use it in GitHub Desktop.
working with git
git checkout develop
git pull engx develop # now your develop branch is up to date with what is currently checked in on develop in github
git checkout <name of your feature branch>
hack hack hack
git commit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment