Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git add remote

git remote add heroku https://git.heroku.com/arrecs.git
git remote -v
-> heroku	https://git.heroku.com/arrecs.git (fetch)
-> heroku	https://git.heroku.com/arrecs.git (push)

git remote remove heroku
git remote -v
Source by toswebdeveloper.com #
 
PREVIOUS NEXT
Tagged: #git #add #remote
ADD COMMENT
Topic
Name
5+9 =