push to github
lets see how to add file folder in github withouut any prblm
step-0 : make a repo in github by clicking on the new.... then do this
step-1: git init
step-2: git add .
step-3:git commit -m "first commit"
step-4: git branch -M main
step-5: git remote a...
expondchill.hashnode.dev1 min read