Thread (5 messages) flat view 5 messages, 3 authors, 2016-06-15

Re: keeping remote branches in sync

From: Shawn O. Pearce <hidden>
Date: 2016-06-15 22:45:28

Peter Harris [off-list ref] wrote:
On Thu, Oct 9, 2008 at 10:14 AM, Kevin Green wrote:
quoted
After topic branches are merged to master, we do some cleanup by deleting them
from the shared repo.

One of the issues we have is that _my_ local repos remote branches aren't kept
in sync with the shared repo.
...
quoted
I'd like some comment on whether our workflow could use some improvement.
Specifically, if there's a straightforward way to handle the issue above, that
would be great.  I've been looking through the manual on git-fetch and
git-pull and not seeing any options to do this.
Is "git remote prune" what you're looking for?
I keep meaning to add "git remote prune" logic into "git fetch",
e.g. as a "git fetch --prune" option.  fetch has all of the data
it needs to implement the prune already in memory, it just doesn't
have the loop to do the prune cleanup.

Now that "git remote" is in C it should be easy to share the prune
code between them, and make this more automatic.

-- 
Shawn.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help