Hi,
I always thought git allows concurrent access to a repository and expected that
this also is true when working with local repositories. The only problem I was
aware of is that the use of NFS and windows shares might cause problems.
However I sometime see the following error messages in our
200>.git/gitrebase.lock
popd > /dev/null
Best Regards
Heiko
-Ursprüngliche Nachricht-
Von: Torsten Bögershausen [mailto:tbo...@web.de]
Gesendet: Dienstag, 22. März 2016 14:54
An: Boettger, Heiko
Betreff: Re: AW: git and concurrent access to local repository
Thanks for the reply,
y
Hi,
sometimes I want to reorganize the content of a directory and simply move
everything into a subdirectory. This seems to be more complicated than it
should be. Since git mv requires the destination to exist, I need to create the
target directory first. Unfortunately this results in git mv *
Hi,
i'm currently on a migration from svn to git and also have the task to convert
the svnexternal to git submodules. During the migration step I am doing an
automatic verification which needs a reliable way to switch the working tree to
another branch include the submodules.
When the submodule
Hi,
I discovered an interesting problem when using `git checkout` to which I
couldn't find a good solution. We have an automatic system trying to checkout a
branch only when it exists. To do so we check whether `git rev-parse` finds a
commit for given branch name:
git rev-parse "${BRANCH_NAME}
and
fail if there is no exact match otherwise git checkout will anyway do what I
want, because it finds the branch.
Regards
Heiko
Von: Duy Nguyen [pclo...@gmail.com]
Gesendet: Dienstag, 25. Juni 2019 13:43
An: Junio C Hamano
Cc: Kyle Meyer; Boettger, Heik
6 matches
Mail list logo