naveentb.github.io

View My GitHub Profile

naveentb.github.io

Notes to self - Code to commit from terminal

git pull origin main
git add .
git commit -m 'your commit message'
git push -u origin main