Created
January 29, 2015 03:14
-
-
Save techieshark/da9101b370ca2357cd1e to your computer and use it in GitHub Desktop.
Syncing techieshark -> mesa Council Info:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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