Skip to main content

Adding a local repo to Github



You created a local repo in your m/c and then want to push it to github

The github repo for your project has already been created on github.

Either you have created it or has been added as one of the collaborators.


When you create a project


$ rails new app1 --skip-active-record --skip-bundle

and want this to be associated to the repo

cd to the project folder,

$ cd app1

and then execute
$git init
$ git remote add origin git@github.com:analytics/app1.git

then do

$git pull origin master
$git push

So, the local repo has been pushed to the remote github repo


Comments

Popular posts from this blog

Cannot allocate memory error while computing files - Setup Swap space

ActionView::Template::Error (Cannot allocate memory - nodejs /tmp/execjs20131021-26716-fckzo3.js 2>&1 Nodejs is used to compile javascript at runtime. In RoR applications, this error comes when server is started in production mode which compiles the assets or while running rake assets:precompile . check for swap space and allocate

RubyConf 2013 at pune..retrieved from drafts

A great experience while interacting with the ruby community from different places. Lots of knowledge and inspiration flows. Met many folks from india and abroad.