Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

add local folder to git repo

git init
git add .
git commit -m "First commit"
git remote add origin <remote repository URL>
git remote -v
git push origin master
Source by superuser.com #
 
PREVIOUS NEXT
Tagged: #add #local #folder #git #repo
ADD COMMENT
Topic
Name
4+6 =