++added: Removing a branch ================= We don't really like this, but there's a way to remove remote branches. We don't like it because this allow project members to potentially remove free software from Savannah, willingly or by mistake. This is mitigated by the fact it is very easy to push back changes.
When removing a branch, only its reference is removed, and the commit are still reachable by their identifiers. However, Savannah may prune unreachable commits (``git gc``), so don't count on this. To remove a branch:: git push origin :mybranch For an easier syntax, you can use ``git-publish-branch -d`` (http://git-wt-commit.rubyforge.org/#git-publish-branch). -- forwarded from http://savannah.gnu.org/maintenance/usinggit#[email protected]/maintenance _______________________________________________ Savannah-cvs mailing list [email protected] http://lists.gnu.org/mailman/listinfo/savannah-cvs
