Skip to content
Snippets Groups Projects
Commit 36bf95b9 authored by DaveD's avatar DaveD
Browse files

Add technique for preventing dumbness.

parent 08b7202f
No related branches found
No related tags found
No related merge requests found
......@@ -103,6 +103,14 @@ thumb:
The stages are discussed in more detail in the primary [README.md](../README.md).
## Preventing accidental pushes to the main repository
In the past you might have accidentally tried pushing to the main repository and it would have warned you that you don't have access. You may want to set up your git remote for the main repository as suggested at https://stackoverflow.com/a/7556269/8332458:
`git remote set-url --push origin notallowed`
where origin is the label you've used for the main civicrm/civicrm-core repository.
## Communication media
Two channels are generally important for anyone who merges:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment