Skip to content

Instantly share code, notes, and snippets.

@techieshark
Created January 29, 2015 03:14
Show Gist options
  • Select an option

  • Save techieshark/da9101b370ca2357cd1e to your computer and use it in GitHub Desktop.

Select an option

Save techieshark/da9101b370ca2357cd1e to your computer and use it in GitHub Desktop.
Syncing techieshark -> mesa Council Info:
git clone [email protected]:CityOfMesaAZ/council-info.git mesa-council-info
cd mesa-council-info/
git remote -v #view remotes already setup. looks like we need to add one:
git remote add techieshark https://github.com/techieshark/council-info.git
git fetch techieshark gh-pages
git merge techieshark/gh-pages
git push #push to origin with the new additions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment