Last active
May 7, 2022 03:03
-
-
Save altela/c531e5539c7153665659b0ed1268fca8 to your computer and use it in GitHub Desktop.
Install git and assign emails in Linux Based
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
| apt-get install git | |
| git config --global user.name "your_github_username" | |
| git config --global user.email "your_email_to_github@yahoo.com" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment