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
110
110
Deletes the specified branch
111
111
112
112
113
- ## Refactor filenames
113
+ ## Refactor file names
114
114
Relocates and removes versioned files
115
115
116
116
@@ -126,7 +126,7 @@ Removes from version control but preserve the file locally
126
126
127
127
``` $ git mv [file-original] [file-renamed] ```
128
128
129
- Changes the filename and prepare it for commit
129
+ Changes the file name and prepare it for commit
130
130
131
131
## Supress tracking
132
132
Excludes temporary files and paths
@@ -155,7 +155,7 @@ Temporarily stores all modified tracked files
155
155
156
156
``` $ git stash pop ```
157
157
158
- Restores the most recently stashed files
158
+ Restores the most recent stashed files
159
159
160
160
161
161
``` $ git stash list ```
You can’t perform that action at this time.
0 commit comments