Closed hansalves closed 2 years ago
So if a local configuration exists, it is propagated to the newly developed repo. This is a reasonable addition. If there is not way to obtain these, then gi will rightly exit after git init
reports its error.
I created a pull request https://github.com/dspinellis/git-issue/pull/95
I merged it; thanks!
I use separate email addresses for work and private projects. I have no user.email in my global git config so I won't forget to set the right email for new projects/clones.
This causes
git issue init
to fail withIt also causes most testcases to fail.
For now I have fixed this on my machine with the following patch
However, this only works in case you are working from another git repository with a local configuration so I'm not sure that's the best solution.