Skip to content

Commit 5acff78

Browse files
author
jordanmccullough
committed
Correct word spacing, adverb modifier
1 parent d4e8e82 commit 5acff78

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

downloads/github-git-cheat-sheet.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Combines the specified branch’s history into the current branch
110110
Deletes the specified branch
111111

112112

113-
## Refactor filenames
113+
## Refactor file names
114114
Relocates and removes versioned files
115115

116116

@@ -126,7 +126,7 @@ Removes from version control but preserve the file locally
126126

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

129-
Changes the filename and prepare it for commit
129+
Changes the file name and prepare it for commit
130130

131131
## Supress tracking
132132
Excludes temporary files and paths
@@ -155,7 +155,7 @@ Temporarily stores all modified tracked files
155155

156156
```$ git stash pop```
157157

158-
Restores the most recently stashed files
158+
Restores the most recent stashed files
159159

160160

161161
```$ git stash list```

0 commit comments

Comments
 (0)