There are three ways to show your Git username: using git config command, git config --list command, or looking in the Git configuration file.
You can change your Git username using git config command or by editing the Git config file in your HOME directory.
You can view your Git email address using git config user.email command.