Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

difference between git remote and git clone

echo "# repo" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M master
git remote add origin git@github.com:ameno99/repo.git
git push -u origin master
Source by www.edureka.co #
 
PREVIOUS NEXT
Tagged: #difference #git #remote #git #clone
ADD COMMENT
Topic
Name
7+9 =