Today I set my PKM project on the laptop, a little over a month after I upgraded the OS
I just had to clone the repo.
Since this was a new repo cloned, I had to set the user.email
and user.name
git configurations.
It is good that git
reminds me of that, and also informs me to amend the
commit with --reset-author
param. How nice!
For the curious, I added this entry