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 add origin url
url=

add a .git with it url is ready or copy paste it
my url == https://github.com/IamBATMaN420/gajarnokademo.git
step-6: git push -u origin main
hi lets see