You can add a branch to a remote repository by
git push origin <branchname>
and you can remove this branch again by typing
git push origin :<branchname>
so prepending a :
You can add a branch to a remote repository by
git push origin <branchname>
and you can remove this branch again by typing
git push origin :<branchname>
so prepending a :