I am performing below operation
github_nam="Aviral Vishnoi"
git config --global user.name $github_nam
It is saving it as user.name=Aviral
I want it to store my full name as user.name=Aviral Vishnoi
I have tried single quote, double quotes and escape \
character without success.