tig path_to_file_or_files_or_path_with_wildcard

linux.die.net

You can convert git commits into patch files. Those can be used to apply to a different repository [1] or...

makandra dev
stackoverflow.com

Using git rebase can be painful but luckily you can resort to cheating with git reset and committing anew.

gitready.com

Sometimes you may need to figure out what branches exist on a remote repository so you can pull them down...

mislav.uniqpath.com

Random list of useful git commands for advanced users. I found some of them useful.

github.com

Grit gives you object oriented read/write access to Git repositories via Ruby.

makandra dev

If you want to use the (badly implemented!) solarized color scheme in your Rubymine IDE: Clone the IntelliJ IDEA port...

We usually generate our commit messages from Pivotal Tracker IDs and titles, like [#15775609] Index view for conflicts

github.com

Some folks have started to keep their linux configuration in a git repository called "dotfiles". This sounds like a good...

Sometimes, when running a rake task, RubyGems 1.8.5 raises an error: rake aborted! undefined method `specifications' for "/usr/lib/ruby/gems/1.8":String

richfrog.curzons.net

Get "PuTTY Link" and "Pageant" (an SSH key agent) from the PuTTY download page. Run pageant.exe, find its icon inside...

When you do a git add . and have deleted files, git won’t stage them to be commited (as deleted...

blog.jayfields.com

Deprecated ways to execute shell code in Ruby This is just a reference for legacy code. For new code, always...

Since May 2011 we are cutting new gems using Bundler, which is less painful than cutting gems using Jeweler. You...

makandra dev
ndpsoftware.com

Make sure you understand differences between git's areas (such as stash, workspace, upstream, etc.) and what commands affect which...

We often have a separate production branch that lags a bit behind the more cutting edge main branch. Sometimes you...

You can seriously speed up deployments with Capistrano when using a local git repository on the server you are deploying...

To display a list of your current Git remotes and their endpoints, you can say git remote -v

pivotallabs.com

One of the thornier problems in our workflow is knowing when assets are delivered from the designer and keeping them...

devstructure.com

blueprint is DevStructure’s workhorse tool that looks inside popular package managers, finds changes you made to configuration files, and...

Merging .po-files with Git is painful. There have been attempts of making Git more clever when trying to merge...

makandra dev
github.com

The shell variable PS1 holds your bash prompt. You might want to change it to serve your needs best. Here...

kernel.org

Git allows you to do a binary search across commits to hunt down the commit that introduced a bug.

linux.die.net

If you need to find out which of your local commits are not on the remote server do this: