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

Using Codeship to Deploy to sloppy.io

$
0
0
cd myproject rm -R .git # start with a clean git base git init # initalize a new git repository git add . # add all files for commit git commit -m "initial commit" git remote add origin https://github.com/YourGithubName/yourJustCreatedRepoName.git # use ...

Viewing all articles
Browse latest Browse all 5189

Trending Articles