-
### Description
This is a general comment on the UI in GitHub Desktop. How do you envision using the GUI to resolve conflicts? I can't figure it out, even combining the UI with the command line. …
-
```
[534] $ ./scripts/merge-caesar-vocabularies.sh
#!/usr/bin/env bash -v
FILE="$(basename $0)"
NAME="${FILE%.sh}"
SCRIPTS="$(cd $(dirname $0); pwd)"
TOP="$(dirname $SCRIPTS)"
echo "$TOP"
/…
-
Hi,
I had installed git 2.16 version installed with window 7 32 bit. I am using PHPStorm with git integration. Pull, Push was working fine upto 22 Feb 2018. But from 23 Feb 2018 I am getting below…
-
I've installed pyenv both by manually cloning the repo described on the pytest github page and also by using the automatic installer. With both attempts I get the following whenever I try to use any p…
-
When I tri to add a file, I get this message:
git -c diff.mnemonicprefix=false -c core.quotepath=false add -f -- app/AppProperties/database.properties
Unknown option -C:/Program Files (x86)/Git/xsltp…
-
## Issue description
When a git repository has been initialized by a previous version of `git-crypt` and that version is then garbage collected, any action in that repo which call `git-crypt` will fa…
-
The reason is that [default digest for the dgst and enc commands from MD5 to sha256](https://www.openssl.org/news/cl110.txt).
When setting the digest to md5, the files can be decrypted properly aga…
-
- [x] I was not able to find an [open](https://github.com/git-for-windows/git/issues?q=is%3Aopen) or [closed](https://github.com/git-for-windows/git/issues?q=is%3Aclosed) issue matching what I'm seei…
-
```
$git lfs version
git-lfs/2.3.0 (GitHub; linux amd64; go 1.8.1)
```
```
mielofon@alexey-xubuntu:~/test1_11$ git lfs env
git-lfs/2.3.0 (GitHub; linux amd64; go 1.8.1)
git version 2.11.0
…
-
2 days ago I began experiencing issue #476 (perpetual cred prompts) so I disabled git-credential-manager by following the advice at https://stackoverflow.com/questions/37182847/how-to-disable-git-cred…