Re: [git-users] How to update refs, tags, and purge with a single command?

2016-05-10 Thread Konstantin Khomoutov
On Mon, 9 May 2016 12:30:39 -0700 (PDT) Joshua Hoblitt wrote: > 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 cu

[git-users] How to update refs, tags, and purge with a single command?

2016-05-09 Thread Joshua Hoblitt
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 or