Ag (aka "the silver searcher") is a very fast replacement for grep. It will parse your .gitignore for additional speedup...
git rebase -i -> mark your commit with edit git reset HEAD~ (remove the marked commit, but keep its...
This is a guide on how to effectively use Git when working on a feature branch. It is designed to...
Unfortunately, Web APIs haven’t provided the functionality to copy text to the clipboard through JavaScript, which is why visiting...
tig is a command line explorer for Git that is just awesome. Install via apt-get or brew. Handy commands...
Large projects usually have large test suites that can run for a long time. This can be annoying as running...
Capistrano 3 is a major rework of the framework and requires several adjustments to your deploy configuration files. The biggest...
Datetime picker that offers: simple UI without a specific framework several of customization options allows custom date/time validations Localization happens...
There are times when you have a chunk of text that you want to do something with, e.g. replace something...
Web applications can be used by multiple users at the same time. A typical application server like Passenger has multiple...
Please don't simply copy line number links from Github. The URL usually contains a branch name like master which...
An official Github repo by Google containing the binary font files served through Google Fonts, so you can easily download...
An online markdown live previewer with GitHub Flavoured Markdown support. Another online markdown live previewer with GitHub Flavoured Markdown support...
It's like a GUI for the famous git add [-p]. Select files with the up/down-keys and hit
tldr; Use git diff -M or git diff --find-renames when you've moved a few files around. Usage
Preview what your markdown would look like on Github. Helpful e.g. when writing or extending a Readme for your gem...
This will list all branches matching your query as input options for git checkout greckout ar 1) ar/cache-api-keys-1098...
SVG files are often much larger than necessary, containing comments, metadata, hidden elements etc. Optimize them with this tool.
Geordi 1.0 features a command line application geordi, that holds most of Geordi's previous commands. New features
When a gem author releases a new version to Rubygems, usually a tag with the version number (e.g. v1.2.0) is...
Want to find that repo you've starred some time ago again? Here's where to search for it.
Just run git show branch:file. Examples: git show HEAD~:bin/command git show origin/master:../lib/version.rb
A set of javascript tools for working with files. It offers different kinds of things: A cross-browser JS API...
If you have trouble updating something on FreeBSD you should always take a look in the UPDATING file.