From c89ddb6d015692e38a9b1a3223c406ddb5409758 Mon Sep 17 00:00:00 2001 From: Bryan Boreham Date: Tue, 14 Apr 2015 10:53:37 +0100 Subject: [PATCH] Add -f option and explanation to push after rebase Signed-off-by: Bryan Boreham --- docs/sources/project/work-issue.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/sources/project/work-issue.md b/docs/sources/project/work-issue.md index 1719195cd4..32e21d5e8a 100644 --- a/docs/sources/project/work-issue.md +++ b/docs/sources/project/work-issue.md @@ -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