Skip to content

Instantly share code, notes, and snippets.

@LinuxIntellect
Last active April 6, 2020 11:41
Show Gist options
  • Save LinuxIntellect/5f29ced087dded34f04540a13fb46468 to your computer and use it in GitHub Desktop.
Save LinuxIntellect/5f29ced087dded34f04540a13fb46468 to your computer and use it in GitHub Desktop.
Git Install Ubuntu 18.04
Youtube: https://www.youtube.com/watch?v=5o3gbRComOk&t=8s
sudo add-apt-repository ppa:git-core/ppa
sudo apt update
sudo apt install git
git --version
sudo git config --global user.name "Your Name"
sudo git config --global user.email youremail@yahoo.com
git --version
git config --list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment