Is it possible to fetch all refs/tags and prune refs/tags with a single CLI 
command or are two porcelain invocations required?

It was thought that a solution to this had been found but example below 
does not work when the currently checked out ref is removed from the remote.

$ git fetch -fup origin +refs/heads/*:refs/heads/* refs/tags/*:refs/tags/*
 x [deleted]         (none)     -> tickets/DM-5320
$ git fetch --prune
 x [deleted]         (none)     -> origin/tickets/DM-5320

Cheers,

-Josh

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to