fallingrock / pcmltools

Utilities designed to make working with PCML in JT400 easier.
GNU General Public License v2.0
6 stars 2 forks source link

You should configure your git client #5

Open kadler opened 4 years ago

kadler commented 4 years ago

https://github.com/fallingrock/pcmltools/commit/1d321d6524cf3daebd63c154155f0d842557886f.patch

From: david <david@172.16.0.3>

https://git-scm.com/book/en/v2/Getting-Started-First-Time-Git-Setup

eg.

git config --global user.name "John Doe"
git config --global user.email johndoe@example.com
kadler commented 4 years ago

If you don't mind re-writing all your history, you can fix the existing commits with git filter-branch, eg. https://gist.github.com/zapidan/69c175416261d9a13fd4#file-git-change-author-L17-L21 (I think this should work).