It is possible to set up two user profiles with git, one for work and one for personal, but since we can also amend the author of a commit by
git commit --amend --author="Author Name <email@address.com>"
can we just use that to modify the author, if we just do lightweight work on the personal account, for example? Is it exactly the same as having two computers or two accounts on a Mac / Unix system with different git profiles?