mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Add -f option and explanation to push after rebase
Signed-off-by: Bryan Boreham <bjboreham@gmail.com>
This commit is contained in:
parent
00eddf5e67
commit
c89ddb6d01
1 changed files with 3 additions and 2 deletions
|
@ -191,9 +191,10 @@ You should pull and rebase frequently as you work.
|
|||
|
||||
Make sure you include your signature.
|
||||
|
||||
8. Push any changes to your fork on GitHub.
|
||||
8. Push any changes to your fork on GitHub, using the `-f` option to
|
||||
force the previous change to be overwritten.
|
||||
|
||||
$ git push origin 11038-fix-rhel-link
|
||||
$ git push -f origin 11038-fix-rhel-link
|
||||
|
||||
|
||||
## Where to go next
|
||||
|
|
Loading…
Reference in a new issue