git in it!
Ashley Williams
ashleygwilliams // @ag_dubs
working with other people is hard.
git => local
github => remote
how to make a repo on github
1. new repo
2. git clone
how to make a repo on git
1. git init
2. git add remote
3. git push -u
basic workflow
git ADD
git commit -m
git push
basic workflow
git add
git commit -m
git push
git checkout --
undo changes you haven't added
git reset head
get rid of files you've added
there's more.
but i'm out of time.
level up
your git-fu:
http://git-in-it.herokuapp.com