Answers for "git bash to push code"

5

Git Code Push

git remote add origin https://github.com/shmahee/Marvel.git
git branch -M main
git push -u origin main
Posted by: Guest on July-31-2021
-1

git push command

git add .
git commit -m "your message"
git push
Posted by: Guest on August-02-2021

Code answers related to "git bash to push code"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language