From 4dd4bd00aa8285b3fcfca78322d4d867c65f7a50 Mon Sep 17 00:00:00 2001 From: Mary Anthony Date: Tue, 14 Apr 2015 10:09:00 -0700 Subject: [PATCH] Fixing changed pushed without edit Signed-off-by: Mary Anthony --- docs/sources/project/work-issue.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/sources/project/work-issue.md b/docs/sources/project/work-issue.md index 32e21d5e8a..6433c42a67 100644 --- a/docs/sources/project/work-issue.md +++ b/docs/sources/project/work-issue.md @@ -191,8 +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, using the `-f` option to -force the previous change to be overwritten. +8. Push any changes to your fork on GitHub. + + The rebase rewrote history, so you'll need to use the `-f` or `--force` flag + to push your change. $ git push -f origin 11038-fix-rhel-link