From: "Jakub Narębski" <jnareb@gmail.com>
To: Tobiah <toby@tobiah.org>, Junio C Hamano <gitster@pobox.com>
Cc: git@vger.kernel.org
Subject: Re: Working from different machines.
Date: Thu, 18 Aug 2016 18:53:21 +0200 [thread overview]
Message-ID: <0346c307-931d-a7b2-7179-9c75b16bace4@gmail.com> (raw)
In-Reply-To: <4a154cc2-c3e2-65b7-4bdd-d7c41d700491@tobiah.org>
W dniu 18.08.2016 o 16:28, Tobiah pisze:
> ## [...] Why does it still mention 'flipper' and 'tart' and all
> ## other branches I've played with. When I delte them locally, I want
> ## them to be deleted everywhere. They just keep accumulating.
In case of non-mirror setup. Git wouldn't delete remote-tracking branches
(e.g. origin/tart) if branch in remote repository is deleted (e.g. tart
in origin repository); you need to prune (or set up to auto prune), e.g.
$ git remote origin prune
--
Jakub Narębski
next prev parent reply other threads:[~2016-08-19 1:37 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-17 21:47 Working from different machines Tobiah
2016-08-17 22:41 ` Junio C Hamano
2016-08-18 6:10 ` Jacob Keller
2016-08-18 12:29 ` Jakub Narębski
2016-08-18 14:28 ` Tobiah
2016-08-18 16:53 ` Jakub Narębski [this message]
2016-08-18 14:11 ` Tobiah
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=0346c307-931d-a7b2-7179-9c75b16bace4@gmail.com \
--to=jnareb@gmail.com \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=toby@tobiah.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).