Skip to content

Commit 8c8522a

Browse files
author
Jordan McCullough
committed
Adjust rm command description
1 parent b353916 commit 8c8522a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

downloads/github-git-cheat-sheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Deletes the file from the working directory and stages the deletion
121121

122122
```$ git rm --cached [file]```
123123

124-
Removes from version control but preserves the file locally
124+
Removes the file from version control but preserves the file locally
125125

126126

127127
```$ git mv [file-original] [file-renamed]```

0 commit comments

Comments
 (0)