Skip to content
Snippets Groups Projects
Commit 7ba21849 authored by totten's avatar totten
Browse files

Merge branch 'get-more-sleep' into 'master'

Suggestion for preventing accidental pushes

See merge request dev/release!3
parents 9c5cc5ca 36bf95b9
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