Pages

Showing posts with label Github. Show all posts
Showing posts with label Github. Show all posts

Monday, June 30, 2014

Clone Project From Github

When cloning a project from github, Find the SSH, copy and paste the address e.g "git@github.com:mrseed/abcdefg.git"

In the terminal
git clone git@github.com:mrseed/abcdefg.git

Sunday, June 29, 2014

How to "Heroku"

Assalamualaikum, a very wonderful day

The first thing to do when creating apps on heroku is to signup heroku :). We need to install the toolbelt, because I'm using windows, so I install the heroku toolbelt installer. As for starter here's the tutorial on how to? with heroku https://devcenter.heroku.com/articles/quickstart

Saturday, June 28, 2014

How to push to github

Just to remind myself on how to add, commit and push my save project to github. Assume you know how to login to github and connect github using terminal.