On Mon, 9 Nov 2015 15:08:37 +0300 Konstantin Khomoutov <[email protected]> wrote:
[...] > > In ~/src/my-repo-branch/master running git log will show the latest > > commits to master, but the working directory will be out of date. > > > > Is it possible to get this workdir up to date? > > Yes, there are several. > > The basic thing to understand is that `git-new-workdir` creates a > separate HEAD ref in the new work tree's .git directory. [...] Forgot to add, that `git-new-workdir` also creates a separate index file. That's the crucial thing to consider. -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
