-
Notifications
You must be signed in to change notification settings - Fork 5
Before the Meetup Checklist
In order to be fully prepared for the session, we strongly recommend that you handle some of the system administrivia beforehand. Below is a short checklist and guide to get you ready to hit the ground running so you can get the most value out of our jam-packed session.
Before we can get to Gittin’, you gotta get Git! Download the appropriate file below for your platform:
- Windows (grab the full installer)
- Mac OSX (latest release is fine)
- Linux/Other (I assume you know what you’re doing…)
Github is an incredible resource, marrying code with social and collaborative tools. Open source is taken to a whole new level when done under Git and hosted by Github. You’ll see what we mean…
This can be a bit tricky if you’ve never done it before, luckily the folks at Github created some tutorials for you!
Sign in to Github, go here and click “Fork”.
$> cd ~/working/directory
$> git clone [email protected]:[YourGithubUsername]/Git-Tutorial.git