git add existing project to repository
git remote add origin <repository url>
git branch -M main
git push -u origin main
git add existing project to repository
git remote add origin <repository url>
git branch -M main
git push -u origin main
initialize a repo and push to github
git init
git add -A
git commit -m 'Added my project'
git remote add origin [email protected]:sammy/my-new-project.git
git push -u -f origin master
how to create a github repo on linux command line
curl -i -H 'Authorization: token <your_token>' -d '{"name":"csreNewProj"}' https://api.github.com/user/repos
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us