robertdfrench / git-pr

Pull requests without Git(Hub|Lab)
GNU General Public License v3.0
0 stars 1 forks source link

Configure git user in temporary repo. Fixes #33 #34

Closed robertdfrench closed 2 years ago

robertdfrench commented 2 years ago

@calebwherry pointed out the fix for this -- without thinking, I had reflexively entered "--global" when setting up the git config, even though this is supposed to be config values for the temporary repo. I removed the "--global" flag and moved these commands after git init because otherwise they would not have a .git/config upon which to operate.