Quantcast
Channel: GIT ADD - News RSS Feed
Viewing all articles
Browse latest Browse all 5189

How to Deploy an #App from GitHub with AWS CodeDeploy

$
0
0
Run the following commands, in sequence, where again the username will be your GitHub username: git init git add README.md git commit -m "My first commit" git remote add origin https://github.com/user-name/CodeDeployGitHubDemo.git git push -u origin master ...

Viewing all articles
Browse latest Browse all 5189

Trending Articles