My full name is a bit long and contains a non-ascii character ã
. I was wondering if I should use it in git config --global user.name
or just keep it short (and what implications this decision would bring along).
In other words, are there any problems with using my full name (in terms of its length), along with the non-ascii character in it?
git config --global user.name "Hugo Leonardo Leão Mota"