docs(contributing): correct push -f command

`git push -f` needs branch specification

In all cases, please consult the git manpages before consulting angular's contributing guide
when you need help with git, thx ^^

Closes #10356
This commit is contained in:
active-low
2014-12-07 02:39:27 -06:00
committed by Caitlin Potter
parent ee29819dba
commit 924d3c6bfe
+1 -1
View File
@@ -127,7 +127,7 @@ Before you submit your pull request consider the following guidelines:
```shell
git rebase master -i
git push -f
git push origin my-fix-branch -f
```
That's it! Thank you for your contribution!