git bash new repository
git init git add -A git commit -m 'Added my project' git remote add origin git@github.com:sammy/my-new-project.git git push -u -f origin master git clone url git fetch git push (to check)
git bash new repository
git init git add -A git commit -m 'Added my project' git remote add origin git@github.com:sammy/my-new-project.git git push -u -f origin master git clone url git fetch git push (to check)
how to initialize a git repository command line
# New local repository git init git add . git commit -m "Initial commit" # New remote repository git remote add origin git@github.com:username/new_repo #ssh # Now push git push -u origin master
initialize a repo and push to github
git init git add -A git commit -m 'Added my project' git remote add origin git@github.com:sammy/my-new-project.git git push -u -f origin master
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