Deletion of remote branches

2012-10-01 Thread Jens Hausherr
push origin :branch the branch is removed completely (i.e. git ls-remote no longer returns a ref). Is this a bug or is this behavior intentional? (I am currently using git 1.7.12). Cheers, Jens -- Jens Hausherr Senior Software Engineer QA jens.haush...@xing.com XING AG Gaensemarkt 43, 20354

Re: Deletion of remote branches

2012-10-02 Thread Jens Hausherr
Ok, thanks for clarifying this. Philip Oakley philipoak...@iee.org writes: All of the above are expected and working as designed. Remote tracking branches are local _copies_ of what you have over there at the remote repository. The latter is the authoritative version, and you asked ls-remote