.github
This is the public readme for both https://github.com/ministrycentered and https://github.com/planningcenter.
Making Changes
-
Clone this repo.
-
Set up both remotes:
git remote add ministrycentered git@github.com:ministrycentered/.github.git git remote add planningcenter git@github.com:planningcenter/.github.git
-
Update the
profile/README.md
file and commit your change. -
Push to both remotes:
git push ministrycentered git push planningcenter