Signed-off-by: Mary Anthony <mary@docker.com>
| ... | ... |
@@ -191,8 +191,10 @@ You should pull and rebase frequently as you work. |
| 191 | 191 |
|
| 192 | 192 |
Make sure you include your signature. |
| 193 | 193 |
|
| 194 |
-8. Push any changes to your fork on GitHub, using the `-f` option to |
|
| 195 |
-force the previous change to be overwritten. |
|
| 194 |
+8. Push any changes to your fork on GitHub. |
|
| 195 |
+ |
|
| 196 |
+ The rebase rewrote history, so you'll need to use the `-f` or `--force` flag |
|
| 197 |
+ to push your change. |
|
| 196 | 198 |
|
| 197 | 199 |
$ git push -f origin 11038-fix-rhel-link |
| 198 | 200 |
|