Changes

m
Line 8: Line 8:  
  git branch sugar-0.94
 
  git branch sugar-0.94
   −
If you made already commits after that, you need to go to that commit first and create a branch at that specific point in our case commit 04fb9beb708f1078aae93995da3ec06bac7aa433, there is a command to do that in one go:
+
If you have already made commits after that, you need to go to that commit first and create a branch at that specific point in our case commit 04fb9beb708f1078aae93995da3ec06bac7aa433, there is a command to do that in one go:
 
  git checkout -b sugar-0.94 04fb9beb708f1078aae93995da3ec06bac7aa433
 
  git checkout -b sugar-0.94 04fb9beb708f1078aae93995da3ec06bac7aa433
 
   
 
   
2,354

edits