Skip to content

Instantly share code, notes, and snippets.

View kngvamxx's full-sized avatar
🏠
Working from home

Tanvir Ahmad Nehal kngvamxx

🏠
Working from home
View GitHub Profile
@UbuntuEvangelist
UbuntuEvangelist / nine.sh
Last active April 16, 2021 15:13
Day 9 Training Session
# YouTube: https://www.youtube.com/watch?v=G7T1Cim0xos
# Part: 1
sudo add-apt-repository ppa:git-core/ppa
sudo apt update
sudo apt install git
sudo git config --global user.name "YourName"
sudo git config --global user.email youremail@gmail.com
git --version