Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added the details on git revert, thank you Aditya for links.

...

  •  We should make sure the buildbots are enables on the commits for the above mentioned repository.

Revert workflow

...

The git revert command can use be revert a commit, more details can be found here.

Code Block
git revert <commit-revision>

Backport the fixes

In SVN we have script to merge and commit the fixes from trunk to release branches.

...