On Fri, Oct 28, 2016 at 04:31:06PM +0200, David Lamparter wrote:
Either way I wanted to remind/ask everyone to delete old branches when they're not needed anymore. [...] @Lou, I think we can delete all of these too, since it's merged? dev/labn/cmaster-next+prepvnc/v4 dev/labn/cmaster-next+vnc/v0 dev/labn/cmaster-next+vnc/v3 dev/labn/cmaster-next+vnc/v4
- [deleted] dev/labn/cmaster-next+prepvnc/v4 - [deleted] dev/labn/cmaster-next+vnc/v0 - [deleted] dev/labn/cmaster-next+vnc/v3 - [deleted] dev/labn/cmaster-next+vnc/v4 - [deleted] osr-pq/dev/labn/cmaster-next+vnc/v1 - [deleted] cmaster-next-coverity-fixes - [deleted] cmaster-next-nlri-cleanup -David
P.S.: As a quick reminder, here are some useful git commands:
*** to find out the remote name of the OSR git in your clone: $ git remote -v | grep cumulus-private_quagga.git github_osr_cm git@github.com:opensourcerouting/cumulus-private_quagga.git (fetch) github_osr_cm git@github.com:opensourcerouting/cumulus-private_quagga.git (push) => It's "github_osr_cm" for me.
*** to push a delete of branch onto github: $ git push github_osr_cm :cmaster-next-queue-20161011 (Note the ":" before the branch name)
*** to "fetch deletes" (a normal pull won't delete your local copy) $ git remote prune github_osr_cm (This will remove your local copies of branches that were deleted on github.)