airblade/vim-gitgutter · GitHub
11 weeks ago by infovore
"A Vim plugin which shows a git diff in the 'gutter' (sign column). It shows whether each line has been added, modified, and where lines have been removed." Lovely. Also available for emacs and Sublime Text 2.
git
plugin
vim
11 weeks ago by infovore
Re: RFC Convert builin mailinfo.c to use The Better String Library.
november 2011 by infovore
"Quite frankly, even if the choice of C were to do *nothing* but keep the C++ programmers out, that in itself would be a huge reason to use C." Linus doesn't like C++.
c
git
programming
linustorvalds
november 2011 by infovore
mroth/lolcommits - GitHub
october 2011 by infovore
"Takes a snapshot with your Mac's built-in iSight webcam every time you git commit code, and archives a lolcat style image with it." YES.
programming
code
commits
git
october 2011 by infovore
tpope/vim-fugitive - GitHub
march 2011 by infovore
"I'm not going to lie to you; fugitive.vim may very well be the best Git wrapper of all time."
git
vim
versioncontrol
plugin
march 2011 by infovore
Scott Chacon | The Geek Talk
february 2010 by infovore
"I hugely prefer Windows ME to anything else. The problem is that it’s difficult to run on most of the hardware I have and no other Windows edition cuts it for me. So, I’m down to using a Mac..."
git
scottchacon
interview
february 2010 by infovore
25 Tips for Intermediate Git Users : Andy Jeffries : Ruby on Rails, MySQL and jQuery Developer
february 2010 by infovore
Some good stuff here; the tips on the stash were new to me, and particularly handy.
git
tutorial
tips
reference
howto
versioncontrol
scm
dvcs
february 2010 by infovore
nvie.com » Blog Archive » A successful Git branching model
january 2010 by infovore
"In this post I present the development model that I’ve introduced for all of my projects (both at work and private) about a year ago, and which has turned out to be very successful. I’ve been meaning to write about it for a while now, but I’ve never really found the time to do so thoroughly, until now. I won’t talk about any of the projects’ details, merely about the branching strategy and release management." It's a detailed strategy, but well thought-through; I'm certainly going to bear some of this in mind in future (and, indeed, the way the release branches are handled is familiar).
git
dvcs
versioncontrol
strategy
branching
development
tips
january 2010 by infovore
"git-svn: how do I create a new svn branch via git?"
january 2010 by infovore
This comment (linked) on this Stack Overflow thread is the clearest explanation of this yet, and it made things very clear - and doable - for idiots like me.
svn
gitsvn
git
branching
merging
remote
january 2010 by infovore
Gem Building is Defunct - GitHub
october 2009 by infovore
"...it’s been a week and we’ve decided to not bring back the gem builder. It was a fun experiment but Jeweler and Gemcutter combined make it ridiculously simple to publish a gem. The gem builder use case (fork a project, make a change, publish a gem, install it) is now easier than ever using these tools." Which is all very nice, but a bit of a PITA for anyone who'd been depending on this. Still: gems.github.com will serve for another year.
ruby
github
gems
rubygems
gem
git
hosting
cloud
october 2009 by infovore
git ready » tig, the ncurses front-end to Git
august 2009 by infovore
"Tig provides a simple command-line yet visual interface to Git." An explanation of what Tig does, and why you might find it useful.
git
linux
osx
scm
tools
versioncontrol
august 2009 by infovore
tig
august 2009 by infovore
"Tig is a git repository browser that additionally can act as a pager for output from various git commands."
git
scm
versioncontrol
linux
osx
programming
cli
utility
august 2009 by infovore
Eric Goodwin - Autocompletion with Git
june 2009 by infovore
"It may be a little hidden but Git actually comes with auto completion, you just have to set it up." I did not know that. Useful!
git
shell
howto
tips
autocompletion
june 2009 by infovore
Dr Nic’s What is *jour and why they are killer apps for RailsCamp08
june 2009 by infovore
"Local devs, running local services, but how to share with everyone in the room?" Answer: rebuild all your tools to work across Bonjour. Slightly bonkers but very cool.
git
ruby
bonjour
networking
collaboration
gitjour
gems
tools
utilities
programming
june 2009 by infovore
gist: 58383 - GitHub
february 2009 by infovore
"bash completion support for core Git." Ooh. This looks really, really nice.
git
script
shell
bash
autocomplete
february 2009 by infovore
Cyclopedia Square: 'git revert' Is Not Equivalent To 'svn revert'
january 2009 by infovore
A useful guide, although perhaps more detailed than you'd normally need. Still, clear instructions for handling reverting changes in git.
tips
git
versioncontrol
vcs
scm
reverting
january 2009 by infovore
git ready » daily tips for the noob to the guru
january 2009 by infovore
Daily git tips. So far, they've all been rather handy, and given they're nice and short makes recommending this as a subscription easy.
programming
tips
blog
git
versioncontrol
scm
january 2009 by infovore
Pages Generator — GitHub
december 2008 by infovore
Lovely way to generate pages for your github projects - and to do so as a branch of said project. Clever.
opensource
git
versioncontrol
sourcecontrol
github
december 2008 by infovore
Alan’s Kiloblog » GitHub and Git: Sharing Your Code, for What It’s Worth, Without a Begging Entry into Open Source Communities
november 2008 by infovore
"SourceForge is about projects. GitHub is about people... This is a pivot of the traditional open source project website. A pivot from project to programmer. I love the pivot."
git
github
community
programming
development
opensource
november 2008 by infovore
scie.nti.st » Hosting Git repositories, The Easy (and Secure) Way
october 2008 by infovore
"The rest of this article will be a tutorial showing you how to host and manage Git repositories with access control, easily and safely. I use an up and coming tool called gitosis that my friend Tv wrote to help make hosting git repos easier and safer." Nice guide to getting up and running with gitosis.
git
gitosis
versioncontrol
tools
october 2008 by infovore
Everyday GIT With 20 Commands Or So
august 2008 by infovore
A nice simple explanation of what using Git is really like.
git
versioncontrol
vcs
scm
sourcecontrol
tutorial
tips
august 2008 by infovore
lixo.org :: Git Iterator
july 2008 by infovore
"I wanted to generate some visualizations of our project’s growth, so I decided to put together a little shell script that looked at the output from git log to spit out some metrics." Ooh, nice one, Carlos!
git
visualisation
infographics
information
sourcecontrol
metrics
version
july 2008 by infovore
Version Control for Designers
june 2008 by infovore
Great for designers, or anyone else with no knowledge of version control, but a not-half-bad introduction to Git at the same time.
git
vcs
scm
sourcecontrol
versioncontrol
tutorial
june 2008 by infovore
Welcome to GitCasts
may 2008 by infovore
GitCasts: screencasts about git. Does exactly what it says on the tin.
development
screencast
scm
git
programming
versioncontrol
vcs
may 2008 by infovore
Git Magic - Preface
april 2008 by infovore
"Git is a version control Swiss army knife. A reliable versatile multipurpose revision control tool whose extraordinary flexibility makes it tricky to learn, let alone master. I'm recording what I've figured out so far in these pages." Really excellent.
git
vcs
sourcecontrol
versioncontrol
distributed
programming
development
april 2008 by infovore
GitHub: My Kind of Social Software
february 2008 by infovore
"[GitHub] is my kind of social software. You want to "friend me"? Send me a patch. Fork me." Nice post from Ryan Tomayko looking at GitHub from a slightly different angle.
github
socialsoftware
versioncontrol
git
software
february 2008 by infovore
related tags
autocomplete ⊕ autocompletion ⊕ bash ⊕ blog ⊕ bonjour ⊕ branching ⊕ c ⊕ cli ⊕ cloud ⊕ code ⊕ collaboration ⊕ commits ⊕ community ⊕ development ⊕ distributed ⊕ dvcs ⊕ gem ⊕ gems ⊕ git ⊖ github ⊕ gitjour ⊕ gitosis ⊕ gitsvn ⊕ hosting ⊕ howto ⊕ infographics ⊕ information ⊕ interview ⊕ linustorvalds ⊕ linux ⊕ merging ⊕ metrics ⊕ networking ⊕ opensource ⊕ osx ⊕ plugin ⊕ programming ⊕ reference ⊕ remote ⊕ reverting ⊕ ruby ⊕ rubygems ⊕ scm ⊕ scottchacon ⊕ screencast ⊕ script ⊕ shell ⊕ socialsoftware ⊕ software ⊕ sourcecontrol ⊕ strategy ⊕ svn ⊕ tips ⊕ tools ⊕ tutorial ⊕ utilities ⊕ utility ⊕ vcs ⊕ version ⊕ versioncontrol ⊕ vim ⊕ visualisation ⊕Copy this bookmark: