Which of the following is correct git command to set your username during git initial setup?
1.git config --global user.name "Rajneesh"
2.git config --global user "Rajneesh"
3.git init config --global user.name "Rajneesh"
4.git --global user.name "Rajneesh"
Posted Date:-2022-11-10 13:18:44