Skip to content

Commit

Permalink
docs(contributing): correct push -f command
Browse files Browse the repository at this point in the history
`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 angular#10356
  • Loading branch information
gregjhogan authored and caitp committed Dec 8, 2014
1 parent ee29819 commit 924d3c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down

0 comments on commit 924d3c6

Please sign in to comment.