Git Commands Change User git config --show user.name git config --show user.email git config --global user.name "User Name" git config --global user.email [email protected] Project Remote Change git remote show origin git remote remove origin git remove add origin :url git remote show origin