git , in graphic form

12
LECTURE 14 OCT 22, 2010 Git, in graphic form

Upload: keziah

Post on 14-Feb-2016

37 views

Category:

Documents


0 download

DESCRIPTION

Git , in graphic form. Lecture 14 Oct 22, 2010. Change tracking basics. Branching and merging. Conflicts. “Forking” vs branching. Communicating between repositories. Using github as a communications hub. Social policies for actual project management!. A mini-tutorial. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Git , in graphic form

LECTURE 14OCT 22 , 2010

Git, in graphic form

Page 2: Git , in graphic form

Change tracking basics

Page 3: Git , in graphic form

Branching and merging

Page 4: Git , in graphic form

Conflicts

Page 5: Git , in graphic form

“Forking” vs branching

Page 6: Git , in graphic form

Communicating between repositories

Page 7: Git , in graphic form

Using github as a communications hub

Page 8: Git , in graphic form

Social policies for actual project management!

Page 9: Git , in graphic form

A mini-tutorial

Page 10: Git , in graphic form

A tour of github

Page 11: Git , in graphic form

Setting up github

Cloning & pulling from github is easy.

…setting it for pushes is not so easy.

This will be a separate lecture…

…but I’m happy to show people how to do it, individually.

(It uses the same kind of ‘key’ auth system that EC2 uses)

Page 12: Git , in graphic form

Using git in the meantime

Use the ‘git init’, ‘git add’, ‘git commit’, etc.

Copy the entire directory toa rented hard disk, or save it on your laptop.

Copy it back… tada.