Skip to content

Instantly share code, notes, and snippets.

@altela
Last active May 7, 2022 03:03
Show Gist options
  • Select an option

  • Save altela/c531e5539c7153665659b0ed1268fca8 to your computer and use it in GitHub Desktop.

Select an option

Save altela/c531e5539c7153665659b0ed1268fca8 to your computer and use it in GitHub Desktop.
Install git and assign emails in Linux Based
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