This is an old revision of the document!
Overview
Discussion and demonstration of remote tracking branches and adding remotes.
ADD
$ git ls-remote [<remote>] $ git remote -v $ git remote prune
$ git fetch --all $ git push origin thisbranch:thatbranch $ git push origin --delete <branchname>
$ git fetch [-p|--prune]