Skip to content

Instantly share code, notes, and snippets.

@codedeep79
Last active July 27, 2022 04:45
Show Gist options
  • Select an option

  • Save codedeep79/7106f1ea0c42511bd56d9f139def0400 to your computer and use it in GitHub Desktop.

Select an option

Save codedeep79/7106f1ea0c42511bd56d9f139def0400 to your computer and use it in GitHub Desktop.
Install Git on Ubuntu 20.04

Code

sudo apt install git
git --version
git config --global user.name "haunt.hcm2015"
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