Show More
@@ -67,6 +67,7 Ignore the .hg directory within git: | |||||
67 | On branch master |
|
67 | On branch master | |
68 | Untracked files: |
|
68 | Untracked files: | |
69 | (use "git add <file>..." to include in what will be committed) |
|
69 | (use "git add <file>..." to include in what will be committed) | |
|
70 | (?) | |||
70 | gamma |
|
71 | gamma | |
71 |
|
72 | |||
72 | nothing added to commit but untracked files present (use "git add" to track) |
|
73 | nothing added to commit but untracked files present (use "git add" to track) | |
@@ -134,6 +135,7 Revert works: | |||||
134 | On branch master |
|
135 | On branch master | |
135 | Untracked files: |
|
136 | Untracked files: | |
136 | (use "git add <file>..." to include in what will be committed) |
|
137 | (use "git add <file>..." to include in what will be committed) | |
|
138 | (?) | |||
137 | gamma |
|
139 | gamma | |
138 |
|
140 | |||
139 | nothing added to commit but untracked files present (use "git add" to track) |
|
141 | nothing added to commit but untracked files present (use "git add" to track) | |
@@ -153,7 +155,9 Add shows sanely in both: | |||||
153 | $ git status |
|
155 | $ git status | |
154 | On branch master |
|
156 | On branch master | |
155 | Changes to be committed: |
|
157 | Changes to be committed: | |
156 | (use "git restore --staged <file>..." to unstage) |
|
158 | (use "git restore --staged <file>..." to unstage) (?) | |
|
159 | (use "git reset HEAD <file>..." to unstage) (?) | |||
|
160 | (?) | |||
157 | new file: gamma |
|
161 | new file: gamma | |
158 |
|
162 | |||
159 |
|
163 | |||
@@ -165,6 +169,7 forget does what it should as well: | |||||
165 | On branch master |
|
169 | On branch master | |
166 | Untracked files: |
|
170 | Untracked files: | |
167 | (use "git add <file>..." to include in what will be committed) |
|
171 | (use "git add <file>..." to include in what will be committed) | |
|
172 | (?) | |||
168 | gamma |
|
173 | gamma | |
169 |
|
174 | |||
170 | nothing added to commit but untracked files present (use "git add" to track) |
|
175 | nothing added to commit but untracked files present (use "git add" to track) |
General Comments 0
You need to be logged in to leave comments.
Login now