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
Previous revision
Next revision Both sides next revision
devel:git-commit-guidelines [2015/02/02 17:27]
miconda [Commit message]
devel:git-commit-guidelines [2015/11/23 13:09]
linuxmaniac [Delete Remote Branch]
Line 3: Line 3:
 ===== GIT Repository Location ===== ===== GIT Repository Location =====
  
-Starting with December 15, 2014, the main GITH repository of Kamailio project is hosted on Github at:+Starting with December 15, 2014, the main GIT repository of Kamailio project is hosted on Github at:
  
   * https://github.com/kamailio/kamailio   * https://github.com/kamailio/kamailio
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