Skip to content

Instantly share code, notes, and snippets.

@incompl
incompl / settings
Created March 9, 2013 20:07
my SublimeLinter settings
{
"sublimelinter_disable": ["css"],
"sublimelinter_mark_style": "fill",
// http://www.jshint.com/options/
"jshint_options": {
"evil": true,
@incompl
incompl / gist:3819571
Last active March 19, 2023 16:05
Git needs help

The git command-line interface sucks

When I use git, I'm scared I'll break something. I just talked to an open source celebrity who has used git for 3-4 years who avoids using the CLI because he's afraid he'll break something, and uses Tower when possible. I recently had a client accidentally delete their work because they didn't understand git. My fear of breaking something is well-founded.

You can't put a price on the confidence that source control is supposed to give you. That confidence suffers when people are afraid of causing irreparable damage during normal use.

This article lists a few ideas on what git can do to improve.

A Controlled Vocabulary