Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
git checkout develop
git pull upstream develop

 

 

Now create a feature branch, named after the JIRA issue you're working on, e.g. for issue SYNR-1234:

...