Difference between revisions of "Revision Control"
From AstroBaki
Jump to navigationJump to searchLine 4: | Line 4: | ||
==GIT== | ==GIT== | ||
===Topical Videos=== | ===Topical Videos=== | ||
− | * [http://www.youtube.com/watch?v=OFkgSjRnay4 Longish ( | + | * [http://www.youtube.com/watch?v=rd-WiB_2oVQ Quick (18 min) Introduction to Revision Control using Git] |
+ | * [http://www.youtube.com/watch?v=OFkgSjRnay4 Longish (1 hr) GIT Introduction] | ||
===Links=== | ===Links=== |
Revision as of 13:15, 7 September 2011
Revision Control
Introduction
Revision Control is broad topic, but it is primarily concerned with managing changes. One of the currently-in-vogue revision control tools is Git.
GIT
Topical Videos
Links
- For an overview of common GIT commands, see this cheat sheet and this guide. You can also get help on any GIT command by typing:
git help {command}
This page is part of Radio Astronomy: Tools and Techniques