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