Skip to content

Instantly share code, notes, and snippets.

View kenmazaika's full-sized avatar

ken mazaika kenmazaika

View GitHub Profile
@kenmazaika
kenmazaika / git.md
Created November 15, 2013 20:17 — forked from MarcoMorawec/git.md

Marco's Powerful Git Commands (standard)

  • git add --all : add everything that has been changed to the git
  • git status : tell me about the changes on the git repo
  • git commit -am "omg cats" : make a commit, with a note of "omg cats"
  • git push origin master : push the changes up to github
  • git push heroku master : push the changes up to heroku (the web environment). This is aka deploying.

More useful commands (extention)

@kenmazaika
kenmazaika / 0-readme.md
Last active December 13, 2015 19:38 — forked from samgranieri/0-readme.md

ruby-1.9.3-p385 cumulative performance patch for rbenv

This installs a patched ruby 1.9.3-p385 with various performance improvements and a backported COW-friendly GC, all courtesy of funny-falcon.

Requirements

You will also need a C Compiler. If you're on Linux, you probably already have one or know how to install one. On OS X, you should install XCode, and brew install autoconf using homebrew.

# for more info: https://gist.github.com/1120938