DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
- 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.
...