Difference between revisions of "Revision Control"
From AstroBaki
Jump to navigationJump to search (→Links: added name to link of progit) |
|||
Line 1: | Line 1: | ||
= Revision Control = | = Revision Control = | ||
== Introduction == | == Introduction == | ||
− | Revision Control is broad topic, but it is primarily concerned with managing changes. One of the currently-in-vogue revision control tools is [http://git-scm.com Git]. | + | Revision Control is a broad topic, but it is primarily concerned with managing changes. One of the currently-in-vogue revision control tools is [http://git-scm.com Git]. |
+ | |||
==GIT== | ==GIT== | ||
===Topical Videos=== | ===Topical Videos=== |
Revision as of 14:33, 1 June 2015
Revision Control
Introduction
Revision Control is a 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}
- GIT Tutorial
- A well written tutorial on Git, with some nice figures illustrating how Git works Professional Version Control
This page is part of Radio Astronomy: Tools and Techniques