[TYPO3-core] Developing features and git/gerrit

Peter Niederlag typo3-list at niekom.de
Fri Jun 3 12:02:51 CEST 2011


Hello,

Am 01.06.2011 20:36, schrieb Steffen Gebert:
[...]
> "sandbox/<username>/<whateveryouwant>" instead of "refs/for/<branch>"
> (see `git branch -a`, which sandboxes already exist). You can delete
> your sandboxes here:
> https://review.typo3.org/#admin,project,TYPO3v4/Core,branches

"Plain git" does work as well for deleting a (sandbox) branch:

git push <remote> :<deletebranch>
git push origin :sandbox/<username>/<branch>

Prefixing with ':' is "push deletion of a branch" (actually it describes 
a NULL source ref in "<sourceref>:<targetref>").

[...]

Greets,
Peter
-- 
Peter Niederlag
http://www.niekom.de * TYPO3 & EDV Dienstleistungen *


More information about the TYPO3-team-core mailing list