Last active
January 4, 2023 05:15
-
-
Save sm-jahangir/3b93f5bb9f9c439471f447da5b765122 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Git remove config: | |
====================== | |
git config --global --unset user.name | |
git config --global --unset user.email | |
git config username check | |
======================= | |
git config --list | |
git config add | |
======================= | |
git config --global user.name "John Doe" | |
git config --global user.email [email protected] | |
jodi onno git age thake tahol error dibe | |
======================================= | |
git config --global credential.useHttpPath true | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment