Versions Compared

Key

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

...

4. When done (or periodically) rebase your branch to take any changes from trunk:

Code Block
  git fetch
  git pull --rebase remotes/origin/ trunk

5. Make a patch containing your work and upload it to JIRA:

...