git config

You can use the --unset flag of git config to do this like so:


git config --global --unset user.name

git config --global --unset user.email

If you have more variables for one config you can use:


git config --global --unset-all user.name

Comments

Popular posts from this blog

Fixing the DeepSpeed Import Error While Fine-Tuning the Qwen Model

Amazon Linux 2023 - User data configuration for launch templates to connect to the EKS cluster

How to create ISM policy and rotate logs in opensearch