Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git push an existing repository from the command line

git remote add origin https://github.com/dollarkid1/walletapp-with-SpringBoot-.git
git branch -M main
git push -u origin main
Source by github.com #
 
PREVIOUS NEXT
Tagged: #git #push #existing #repository #command #line
ADD COMMENT
Topic
Name
3+5 =