Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git remote

git remote add origin https://github.com/xxx/xxx-new.git
git branch -M main
git push -u origin main
 
PREVIOUS NEXT
Tagged: #git #remote
ADD COMMENT
Topic
Name
6+4 =