Configure git to allow commits
We should at least do these:
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
and ideally we want to grab those from the host if possible.
We should at least do these:
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
and ideally we want to grab those from the host if possible.
mentioned in commit 817bb1e5
closed