User Tools

Site Tools


info:code:git
Please note, that this is an old archived version of this site. Check out the new version at andunix.net!

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
info:code:git [2017-09-07 21:00]
andunix
info:code:git [2017-10-19 12:07]
andunix
Line 14: Line 14:
 === Switch Branch === === Switch Branch ===
   git checkout BRANCH   git checkout BRANCH
 +=== Delete Branch ===
 +  git branch -d BRANCH
 +=== Delete Remote Branch ===
 +  git push origin -d BRANCH
 ===== Subversion ===== ===== Subversion =====
 === Update === === Update ===
info/code/git.txt · Last modified: 2018-12-06 10:07 by andunix