Answers for "Clone repository from the command line"

0

Clone repository from the command line

git remote add <git/user/repo-name.git>
git branch -M main
git push -u origin main
Posted by: Guest on February-01-2022

Code answers related to "Clone repository from the command line"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language