-
Notifications
You must be signed in to change notification settings - Fork 31
Home
jonasbb edited this page Jun 4, 2011
·
5 revisions
This page is primarily for planning the chapters of GITT
- Introduction to Git and VCS in general
- After hours section on the history of Git and version control
- Introduce
git add
,git commit
, basic use ofgit reset
andgit status
- After hours section on how the objects are actually stored + diagrams
- Introduce
git log
,git diff
,git tag
- After hours section on how diff algorithms work
- Introduce branching, merging from branches
- After hours section on merge algorithms (octopus etc)
- Introduce GUI
git gui
,gitk
- After hours section on commits
- Introcude stashes, backups and cloning, remote tracking, pull, push, fetch
- After hours over the history of version control
- Take a deeper look into remote features
git svn
, web access, gitolite