Skip to content
Permalink
Browse files

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
  • Loading branch information
gregjhogan authored and caitp committed Dec 7, 2014
1 parent ee29819 commit 924d3c6bfef7b0f1aedae46ce8c88844233f96f5
Showing with 1 addition and 1 deletion.
  1. +1 −1 CONTRIBUTING.md
@@ -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!

0 comments on commit 924d3c6

Please sign in to comment.
You can’t perform that action at this time.