diff --git a/docs/git-comparison.md b/docs/git-comparison.md index 7b6136f92..893fd54f4 100644 --- a/docs/git-comparison.md +++ b/docs/git-comparison.md @@ -71,12 +71,12 @@ commit), but that's left out of the table to keep it simple. For example, Remove a file from the current change rm filename - git rm filename + rm filename Modify a file in the current change echo stuff >> filename - echo stuff >> filename; git add filename + echo stuff >> filename Finish work on the current change and start a new change