Created
April 16, 2022 16:29
-
-
Save iamsahebgiri/47d80ac7b5f16cee77570d0ac7c46ae0 to your computer and use it in GitHub Desktop.
Git config
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 config --global user.name "John Doe" | |
| git config --global user.email johndoe@example.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment