Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

pushing an existing repository from cmd

git remote add origin <url>
git branch -M main
git push -u origin main
Source by github.com #
 
PREVIOUS NEXT
Tagged: #pushing #existing #repository #cmd
ADD COMMENT
Topic
Name
6+4 =