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 [2014/12/15 13:56]
miconda [Cloning GIT Repository]
devel:git-commit-guidelines [2015/01/09 18:34]
miconda [Delete Remote Branch]
Line 9: Line 9:
 A read-only mirror is maintained at: A read-only mirror is maintained at:
  
-  * git.kamailio.org (still accessible via git.sip-router.org)+  * git.kamailio.org (still accessible via git.sip-router.org) - web interface: 
 +    * http://git.kamailio.org
  
 ===== Cloning GIT Repository ===== ===== Cloning GIT Repository =====
Line 305: Line 306:
 <code> <code>
 git push origin :<branchName> git push origin :<branchName>
 +</code>
 +
 +As of Git v1.7.0, a remote branch can be deleted using:
 +
 +<code>
 +git push origin --delete <branchName>
 </code> </code>
devel/git-commit-guidelines.txt · Last modified: 2018/10/24 22:33 by henningw