Changes

Jump to navigation Jump to search
add doc for branching off at a specific commit
Line 137: Line 137:  
  git branch sucrose-0.84
 
  git branch sucrose-0.84
 
  git push origin sucrose-0.84
 
  git push origin sucrose-0.84
 +
 +
You can as well branch off at a specific commit:
 +
 +
git checkout -b [commit id] [branch name]
 +
e.g. git checkout -b 1641b9ae0703190df383619202ac33e60c130bb9 sugar-0.96
    
And to work on it (in your repository):
 
And to work on it (in your repository):
3,267

edits

Navigation menu