Skip to content
Snippets Groups Projects
Commit c6488c29 authored by Dmitri Naumov's avatar Dmitri Naumov Committed by Lars Bilke
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 4190ea16
No related branches found
No related tags found
No related merge requests found
...@@ -204,7 +204,7 @@ git push -u origin feature-name # -u is required only first time to set up the ...@@ -204,7 +204,7 @@ git push -u origin feature-name # -u is required only first time to set up the
In case you already have pushed your branch before and also rebased on `master` afterwards you may [need to do a force `push`](https://www.git-tower.com/learn/git/faq/git-force-push)! In case you already have pushed your branch before and also rebased on `master` afterwards you may [need to do a force `push`](https://www.git-tower.com/learn/git/faq/git-force-push)!
```bash ```bash
git push --force -u origin feature-name git push --force origin feature-name
``` ```
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment