Commit f26e8132 authored by Wojciech Tyczynski's avatar Wojciech Tyczynski

Merge pull request #6894 from roberthbailey/push-url

Add documentation to help new contributors with write access from accidentally pushing upstream.
parents e453a2c4 39bc3931
...@@ -256,6 +256,13 @@ git fetch upstream ...@@ -256,6 +256,13 @@ git fetch upstream
git rebase upstream/master git rebase upstream/master
``` ```
If you have write access to the main repository, you should modify your git configuration so that
you can't accidentally push to upstream:
```
git remote set-url --push upstream no_push
```
## Regenerating the CLI documentation ## Regenerating the CLI documentation
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment