Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

ADD exist repository into remote azure

#In the local directory for the root of the project
git init
git remote add origin <URL for Azure Git repo>
git add .
git commit -m 'initial commit'
git push -u origin master
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #ADD #exist #repository #remote #azure
ADD COMMENT
Topic
Name
5+4 =