Changes

Jump to navigation Jump to search
70 bytes added ,  07:03, 17 September 2015
Line 20: Line 20:  
Switch to the master branch to merge
 
Switch to the master branch to merge
 
  git merge --no-ff <brach_to_merge_name>
 
  git merge --no-ff <brach_to_merge_name>
 +
 +
Set the current branch to specific commit:
 +
git reset --hard f414f31
    
== Undo last changes ==
 
== Undo last changes ==

Navigation menu