I have a very small question: When setting the GIT configuration on the Bitrise build machine, is it preferred to use real credentials or a fabricated credentials?
We had previously not performed this and ended up with this fabricated user:
J. Doe (Setting your Git credentials on build machines | Bitrise DevCenter) please-set-your-email@bitrise.io
To be honest, I had planned on fabricating another fake user, but I wanted to get some additional input, in case this would be ill-advised for whatever reason.
Thanks
git config --global user.email "myUser@myDomain.com"
git config --global user.name "My User Name"