Skip to content

nupurkapoor/intro-to-git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro to Git

The slides from the original presentation can be found here. This presentation was put together for Women Who Code DC's Intro to Git session.

This presentation was created for Women Who Code DC's [Intro to Git meetup.] (http://www.meetup.com/Women-Who-Code-DC/events/210383992/). It will introduce you to Git, a version control system. This presentation is perfect for beginners as we'll show you the tool many developers use to collaborate and back up code. If you're a developer and you are not using a version control system, you should come out too as it's an absolute must for a developer's workflow.

Viewing/Editing these slides locally

These slides use both Node and Grunt. If you don't have these, check their websites for installation instructions. To run a web server locally to view the slides, do the following: Ensure you have node installed:

node -v
v0.10.26

Then install dependencies:

npm install

Start up your local web server:

grunt serve

Colophon

This presentation was built using RevealJS from Hakim El Hattab.

Releases

No releases published

Packages

No packages published