/.github

public readme for github.com/ministrycentered and for github.com/planningcenter

.github

This is the public readme for both https://github.com/ministrycentered and https://github.com/planningcenter.

Making Changes

  1. Clone this repo.

  2. Set up both remotes:

    git remote add ministrycentered git@github.com:ministrycentered/.github.git
    git remote add planningcenter git@github.com:planningcenter/.github.git
  3. Update the profile/README.md file and commit your change.

  4. Push to both remotes:

    git push ministrycentered
    git push planningcenter