Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add default author to "git commit ..." in the initial commit initiali…
…zation step When run in an environment where git global config has not been set via ``` git config --global user.email "[email protected]" git config --global user.name "Your Name" ``` and cannot be inferred from local username and hostname, the initialization process fails (git exits with exit code 128). Setting a default
- Loading branch information