Changes

Jump to navigation Jump to search
9 bytes removed ,  16:21, 4 June 2023
Line 123: Line 123:  
   <li><b>git reset</b><br>
 
   <li><b>git reset</b><br>
 
       &ensp; - This command unstages all changes (e.g. all <i>git add</i> performed before a <i>git commit</i>)<br></li>
 
       &ensp; - This command unstages all changes (e.g. all <i>git add</i> performed before a <i>git commit</i>)<br></li>
   <li><b>git reset <i>file-name</i></b><br>
+
   <b>git reset <i>file-name</i></b><br>
       &ensp; - This command undoes <i>git add</i> for uncommited changes to file <i>file-name</i><br></li><br>
+
       &ensp; - This command undoes <i>git add</i> for uncommited changes to file <i>file-name</i><br><br>
    
<!-- 3 -->
 
<!-- 3 -->
581

edits

Navigation menu