User Tools

Site Tools


devel:git-commit-guidelines

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
devel:git-commit-guidelines [2015/02/11 21:07]
miconda [GIT Repository Location]
devel:git-commit-guidelines [2015/11/23 13:09]
linuxmaniac [Delete Remote Branch]
Line 316: Line 316:
 git push origin --delete <branchName> git push origin --delete <branchName>
 </code> </code>
 +
 +==== Revert already pushed commit ====
 +
 +This will produce a commit reverting the previous commit <hash>
 +
 +<code>
 +git revert <hash>
 +git push origin
 +</code>
 +
devel/git-commit-guidelines.txt ยท Last modified: 2018/10/24 22:33 by henningw