This is my first commit and push on my new account
after to0 much try i learn how to push local repo using terminal but it is worth it
step git add . git commit -m"msg" git remote origin main for adding remote orgin git remote -v to verify remote git branch to check branch git branch -M main to rename branch name git push origin main to pusing code on git hub repo