Difference between revisions of "Revision Control"
From AstroBaki
Jump to navigationJump to search (→Links: added progit) |
(→Links: added name to link of progit) |
||
Line 13: | Line 13: | ||
</source> | </source> | ||
* [http://www.kernel.org/pub/software/scm/git/docs/gittutorial.html GIT Tutorial] | * [http://www.kernel.org/pub/software/scm/git/docs/gittutorial.html GIT Tutorial] | ||
− | * A well written tutorial on Git, with some nice figures illustrating how Git works [http://progit.org/] | + | * A well written tutorial on Git, with some nice figures illustrating how Git works [http://progit.org/ Professional Version Control] |
----- | ----- | ||
----- | ----- | ||
This page is part of [[Radio Astronomy: Tools and Techniques]] | This page is part of [[Radio Astronomy: Tools and Techniques]] |
Revision as of 14:29, 14 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}
- 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