[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Getting rid of "source file .. newer than compiled" messages
From: |
Hartmut Goebel |
Subject: |
Re: Getting rid of "source file .. newer than compiled" messages |
Date: |
Mon, 3 Apr 2017 16:09:41 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 |
Hi Ricardo,
Am 02.01.2017 um 16:08 schrieb Ricardo Wurmus:
> If you want to keep a stable branch of Guix around you can use “git
> worktree”. Then you can have a worktree on master and another worktree
> where your WIP branches are being edited. Editing or switching branches
> in one worktree won’t affect the other worktree.
I'm using this git worktree feature now since one or two weeks and this
is really great. I have several worktrees for different "projects" (like
updating KDE Frameworks).
Side-note: You tip also made me use worktrees for when generating a
github-pages-based website using sphinx: The _build/html directory is
the worktree holding the "gh-pages" branch. Works like a charm :-)
Details: https://github.com/pyinstaller/pyinstaller.github.io
--
Regards
Hartmut Goebel
| Hartmut Goebel | address@hidden |
| www.crazy-compilers.com | compilers which you thought are impossible |
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: Getting rid of "source file .. newer than compiled" messages,
Hartmut Goebel <=