GIT
You shouldn't follow the git links with your browser.
You want to "clone" the git repository, so for example this will work:
git clone http://www.and.org/ustr/ustr.git
but pointing your web browser at http://www.and.org/ustr/ustr.git doesn't
do anything useful. Some useful commands, that aren't obvious:
- git pull http://www.example.com/foo master
- git tag -l
- git commit --amend
- git status
- git show-ref
- git checkout
- git checkout -b
- git branch
James Antill
Last modified: Mon Jun 25 10:39:57 EDT 2007