Git Code Push
git remote add origin https://github.com/shmahee/Marvel.git
git branch -M main
git push -u origin main
Git Code Push
git remote add origin https://github.com/shmahee/Marvel.git
git branch -M main
git push -u origin main
git push functions code
echo "# CrossPlatform_GGM" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/richabatra/CrossPlatform_GGM.git
git push -u origin main
git push command
git add .
git commit -m "your message"
git push
how to push git
# its not master anymore, its main
git push -u origin main //then login w/ your creds
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