Skip to content

Instantly share code, notes, and snippets.

View sreesreejuks's full-sized avatar
🎯
Focusing

Sreeju KS sreesreejuks

🎯
Focusing
View GitHub Profile
@nosmall
nosmall / Setup Git and Github in Ubuntu 20.04.md
Last active April 24, 2025 20:58
Setup Git and Github in Ubuntu 20.04

Setup Git and Github in Ubuntu 20.04

Install git for sure

sudo apt install git -y

Setup Git username & email

git config --global user.name 'nosmall'