Skip to content

Instantly share code, notes, and snippets.

@kalimar
Created January 20, 2014 18:37
Show Gist options
  • Save kalimar/8526237 to your computer and use it in GitHub Desktop.
Save kalimar/8526237 to your computer and use it in GitHub Desktop.

!SLIDE

Git & Github

Git - version control Github - Webapp that integrates with Git Gist - Github tool for sharing snippets of code !SLIDE

Collaborate on projects

  • Avoid overwriting or losing work
  • Greate way to test and add new features to your project !SLIDE

github - cloud based integration with git !SLIDE

gist

!SLIDE

git immersion tutorial

  • What's meant by version control?
  • What is a repo
  • What is a branch
  • Let's use gitk - it's included with most shells
  • Give a very brief demo by creating the git talk repo

git init
git add .
[some good thoughts] (http://lostechies.com/joshuaflanagan/2010/09/03/use-gitk-to-understand-git/) to read for how to teach git using gitk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment