Skip to content

Instantly share code, notes, and snippets.

View lacco's full-sized avatar

Kai Schlichting lacco

  • Germany, Berlin
View GitHub Profile
@lacco
lacco / tribute.rb
Created February 24, 2010 00:25 — forked from burke/tribute.rb
def dsl &b
Class.new{
def r&b;instance_exec &b
end; def method_missing s,*_
@m=[s,*@m];end}.new.r &b
source ~/.git-completion.sh
alias gco='git co'
alias gci='git ci'
alias grb='git rb'