Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 924d3c6

Browse files
gregjhogancaitp
authored andcommitted
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
1 parent ee29819 commit 924d3c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Before you submit your pull request consider the following guidelines:
127127

128128
```shell
129129
git rebase master -i
130-
git push -f
130+
git push origin my-fix-branch -f
131131
```
132132

133133
That's it! Thank you for your contribution!

0 commit comments

Comments
 (0)