Versions Compared

Key

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

...

git checkout master (swith to the main development branch)

git pull (retrive latest changes to branch)

git checkout -b tmp-release-X.Y.0 (create a new release branch)

...