Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to push cloned repo

cd to file directory in your terminal 
//////
git init
git add .
git commit -m "your commit message"
git remote add origin "/link"
git push -u origin main
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #push #cloned #repo
ADD COMMENT
Topic
Name
9+9 =