Directory of popular Github projects.
Development environment setup Rails Composer : Basically a comprehensive Rails Template. Prepares your development environment and lets you select web server...
Using git checkout - you can switch back to the branch you previously worked on. (master) $ git checkout foobar
If you recorded a bad fix for a conflict, you can tell git to forget that bad resolution:
Introducing Trailer from HouseTrip, a simple menu bar app that helps you manage your GitHub pull requests. It’s one...
There seems to be no way to use therubyracer -v '0.11.4' and libv8 -v '3.11.8.17' on OS X Mavericks.
We have released Modularity 2. It has many incompatible changes. See below for a script to migrate your applications automatically...
I am using git at several places: at work, at university, and at home. I want an own git user/email...
It's mixins (modules) for Coffeescript classes. Other than most homegrown approaches, this one allows you to keep using super...
We proudly release our safe_cookies middleware into public beta and just published it on Github. Features are:
Establishing a new SSH connection usually takes only a few seconds, but if you’re connecting to a server multiple...
For all late night coders: The program "redshift" changes your monitors' white balance according to your position on the planet...
I had some problems with Git and the file spec/fixtures/ČeskýÁČĎÉĚÍŇÓŘŠŤÚŮÝŽáčďéěíňóřšťúůýž. After pulling the latest commits, it would show that...
When you have files in your .gitignore they won't be considered for changes, but still you might want to...
So you're hunting down a regression (or just a bug) and want to use git bisect to find out...
Using CSS sprites for background images is a technique for optimizing page load time by combining smaller images into a...
This card shows how to upgrade a Rails 2 application from Rails 2.3.8 through every single patch level up to...
Backbone plugin to override getters and setters with logic.
In order to have more human readable git branches, do git pull --rebase To always pull like this, write these...
Essential backports that enable many of the nice features of Ruby 1.8.7 up to 2.0.0 for earlier versions.
In order to clone a git repository including all branches and tags you need to use two parameters when cloning...
Sometimes you want git to ignore certain files that appear on your machine. You can do this in 3 ways...
git shortlog -s -n [commit-range] -n, --numbered Sort output according to the number of commits per author
When you want to do a git diff but do not care about the full diff and just want to...