Answers for "create a remote repository and push your code from the local repo to the remote"

1

add local repository to remote

git remote add origin https://github.com/Nikita-153/Try.git
git branch -M main
git push -u origin main
Posted by: Guest on May-25-2021

Code answers related to "create a remote repository and push your code from the local repo to the remote"

Browse Popular Code Answers by Language