[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 11.0.90: make tags fails
From: |
Taylor R Campbell |
Subject: |
Re: 11.0.90: make tags fails |
Date: |
Thu, 25 Jun 2020 17:22:37 +0000 |
> Date: Thu, 25 Jun 2020 10:05:35 -0700
> From: Matt Birkholz <matt@birchwood-abbey.net>
>
> On Thu, 2020-06-25 at 00:29 +0000, Taylor R Campbell wrote:
> > I use `git clean -dxf'.
>
> Thanks for that. -dxf does get the tree completely clean.
>
> Now I'm liking `git clone --shared' better than lndir(1) for side-by-
> side comparisons (despite the .gitignores!).
I use `git worktree' for multiple trees.
git worktree add -b release-10 ../10 origin/release-10
git worktree add -b riastradh-featurebranch ../feature
git worktree add ../aarch64