Christopher B. Browne's Home Page
cbbrowne@acm.org

Source Code Management

Christopher Browne


Table of Contents
1. Git

It proves to be exceedingly useful to have tools for managing software source code. The main such tools are commonly known as "version control" tools, allowing the tracking of the history of modification of a set of files.

1. Git

Git is a rather popular SCM system created by the developers of Linux It has notably replaced BitKeeper as the tool used to manage Linux patches.

1.1. Cool Git Hacks

People are frequently using Git to do more or less novel things:

  • Remote Disk Usage Analysis using Git

  • git mail

  • git-annex

    git-annex allows managing files with git, without checking the file contents into git. This is useful for collections of music, videos, or documents, where it is not important to capture versions, but where you'd like to be able to migrate documents around, make sure there are multiple copies, and such like.

  • DVCS-Autosync - A personal Dropbox replacement based on Git

    Dropbox has grown quite popular, as a widely-accessible service where you can "drop" your files. (There are getting to be integration tools for mobile platforms such as Section 1, for which this particular system is sadly not a replacement...)

    But it's not obvious that the operators of Dropbox are infinitely trustworthy in all ways. One might wish to run one's own file distribution service, and here is a nice example of such.

Google

If this was useful, let others know by an Affero rating

Contact me at cbbrowne@acm.org