Last active
August 29, 2015 14:06
-
-
Save chris-olszewski/e00619c044265be669fb to your computer and use it in GitHub Desktop.
instuctions
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 https://www.github.com/MHSProgrammingClub/members.git | |
cd .\members | |
git branch your-name | |
git checkout your-name | |
Open up your favorite text editor | |
**Create your file** save it as your-name.md | |
^ checkout instructions at www.github.com/mhsprogrammingclub/members | |
git add your-name.md | |
git commit -m "My first commit" | |
git push origin your-name |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment