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 @@ -110,7 +110,7 @@ Combines the specified branch’s history into the current branch
110110Deletes the specified branch
111111
112112
113- ## Refactor filenames
113+ ## Refactor file names
114114Relocates 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
132132Excludes 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 ```
You can’t perform that action at this time.
0 commit comments