What does git config --global user.name
do?
What does git config –global user.name do? a) Sets the user’s name for all Git repositories on the system b) Displays the current user name c) Adds a username to the local repository d) Configures the remote repository username Answer: a) Sets the user’s name for all Git repositories on the system Explanation: The git […]
What does git config --global user.name
do? Read More »