Config global Git user
Add the global Git user with git config --global user.name "Your name" git config --global user.email "Email of Git account" Remove the global Git user with git config --global --unset…
Add the global Git user with git config --global user.name "Your name" git config --global user.email "Email of Git account" Remove the global Git user with git config --global --unset…