Merge pull request #6894 from roberthbailey/push-url

Add documentation to help new contributors with write access from accidentally pushing upstream.
pull/6/head
Wojciech Tyczynski 2015-04-16 10:13:44 +02:00
commit f26e813299
1 changed files with 7 additions and 0 deletions

View File

@ -256,6 +256,13 @@ git fetch upstream
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
```