The Construction of an Explorer

Pushing project to github (Ruby on Rails) | September 10, 2010

This is mainly for me, since I cant seem to memorize this process.

After creating the gemfile, go ahead do the bundle install in the command line, or terminal.  Then:

git init

git add .

git commit -m “message”

git remote add origin git@github.com:git_username/app_name.git

git push origin master


Advertisement

Follow

Get every new post delivered to your Inbox.