Answers for "how to create remote repository from local"

2

git create new remote

git remote add whatevernameyouwant the-git-address
Posted by: Guest on June-02-2021
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 "how to create remote repository from local"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language