Hello,
I'm trying to configure my git client to update local tags with the
remote ones. Prior to git 2.20 the following option in ~/.gitconfig did
the job:
[remote "origin"]
tagopt = --tags
So the following commands worked as expected and the local tag gets updated:
# Create remote
Hello,
git 2.22, in contrast to previous versions, fails to fetch advertised
commit using commit id:
$ git --version
git version 2.22.0
$ git init git
$ git -C git remote add origin https://github.com/git/git
$ git ls-remote https://github.com/git/git | grep v2.21
2bb64867dc05d9a8432488ddc1d
Hello,
We are using git for automation in our build2 project.
What's quite inconvenient is that the 'git worktree add' command prints
some output by default and there is no way to suppress it, as it
normally can be achieved with the --quiet option for the most of git
commands.
Could you add
Hello,
The 'git worktree add' command prints to both standard streams. So in
the following example the first line is printed to stderr and the second
to stdout.
$ git worktree add ../pub build2-control
Preparing ../pub (identifier pub)
HEAD is now at b03ea86 Update
This looks like a bug, as,
4 matches
Mail list logo