Skip to content

Commit f18ad2d

Browse files
author
Jordan McCullough
committed
Change command referenced elements with code styling
1 parent 8c8522a commit f18ad2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

downloads/github-git-cheat-sheet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,12 +116,12 @@ Relocate and remove versioned files
116116

117117
```$ git rm [file]```
118118

119-
Deletes the file from the working directory and stages the deletion
119+
Deletes the `[file]` from the working directory and stages the deletion
120120

121121

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

124-
Removes the file 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)