1 / 12

Git , in graphic form

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.

keziah
Download Presentation

Git , in graphic form

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Git, in graphic form Lecture 14 Oct 22, 2010

  2. Change tracking basics

  3. Branching and merging

  4. Conflicts

  5. “Forking” vs branching

  6. Communicating between repositories

  7. Using github as a communications hub

  8. Social policies for actual project management!

  9. A mini-tutorial

  10. A tour of github

  11. 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)

  12. 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.

More Related