File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -518,11 +518,11 @@ <h2>
518518 The commit message is very important. Since much of the power of
519519 Git is this flexibility in carefully crafting commits locally and then
520520 sharing them later, it is very powerful to be able to write three or
521- four commits of logically seperate changes so that your work may be more
521+ four commits of logically separate changes so that your work may be more
522522 easily peer reviewed. Since there is a seperation between committing and
523523 pushing those changes, do take the time to make it easier for the people
524524 you are working with to see what you've done by putting each logically
525- seperate change in a seperate commit with a nice commit message so it
525+ separate change in a separate commit with a nice commit message so it
526526 is easier for them to see what you are doing and why.</ p >
527527
528528 < h4 >
610610 < code > git reset HEAD -- file</ code > . Technically here you don't have to
611611 add the < code > --</ code > - it is used to tell Git when you have stopped
612612 listing options and are now listing file paths, but it's probably good to
613- get into the habit of using it to seperate options from paths even if you
613+ get into the habit of using it to separate options from paths even if you
614614 don't need to.
615615 </ p >
616616
You can’t perform that action at this time.
0 commit comments