-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Matthew J Collins edited this page Mar 31, 2016
·
2 revisions
- git vs github, why we're doing github-oriented workflow
- git on commandline
- github account signup
- Create repo on github
- clone locally (https)
- what is a repo
- add a file
- staging (stash) http://image.slidesharecdn.com/gitscm-131018161304-phpapp02/95/git-scm-20-638.jpg?cb=1382113140
- commit
- push
- github flow - https://guides.github.com/introduction/flow/ - why flow, one way of working
- pair-up
- fork
- clone
- branch, checkout
- changes/add/commit
- PR
- merge
- pull