Closed tomocrafter closed 1 year ago
Hey @tomocrafter
I was not able to reproduce the error. I've removed the commit.template
from my git config can no file appears.
I did find this new file appearing issue which might fix your issue.
If that does not work I will need some more information.
git mob
.Closed as there has been no further activity on this issue.
Prerequisites
npm i -g git-mob
)brew upgrade git
if installed with Homebrew/Linuxbrew)Description
If commit.template is not set on git, The
GitMob handleResponse: "git config --get --global commit.template"
file is being created when ran the command. https://github.com/rkotze/git-mob/blob/93ff1ab56768bec558612b0e8009b25d45c653a7/packages/git-mob-core/src/commands.js#L29Steps to Reproduce
Expected behavior: [What you expect to happen] Throw the error and abort operation, without creating the new file Actual behavior: [What actually happens] creates unfriendly file Reproduces how often: [What percentage of the time does it reproduce?] everytime ran command
Versions
git-mob --version
): via latest vscode extensiongit --version
):git version 2.40.1Additional Information