February 21, 2012 0

Git: adding and removing branches from remote repositories

By in GIT

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 :


Warning: count(): Parameter must be an array or an object that implements Countable in /var/www/mgis.dk/about/wp-includes/class-wp-comment-query.php on line 399

Leave a Reply