Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

add exist code to git repository 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 #code #git #repository #azure
ADD COMMENT
Topic
Name
2+5 =