Skip to content

Instantly share code, notes, and snippets.

@chris-olszewski
Last active August 29, 2015 14:06
Show Gist options
  • Save chris-olszewski/e00619c044265be669fb to your computer and use it in GitHub Desktop.
Save chris-olszewski/e00619c044265be669fb to your computer and use it in GitHub Desktop.
instuctions
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