Created
September 17, 2020 11:09
-
-
Save nazariyv/00df98a7bc8b69e616026461b0a5e50c to your computer and use it in GitHub Desktop.
GIT SETUP
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 "FIRST_NAME LAST_NAME" | |
| git config --global user.email "[email protected]" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment