heroku git:clone -a myapp
heroku logs --tail --app=appName
heroku config:set NODE_ENV=production --app=appName
heroku restart --app=appName
heroku ps:scale web=1 --app=appName
heroku git:remote -a appName
Git submodules are very useful when you need manage Git dependencies.
git submodule add git://github.com/chneukirchen/rack.git rack
git submodule foreach git pull origin master
git submodule deinit asubmodule
git rm asubmodule
git rm --cached asubmodule
Written by Kiko Beats
Kiko Beats
Web is the Platform. Programmer, Computer Science & Software Engineer.