Skip to content

Instantly share code, notes, and snippets.

View antsa's full-sized avatar

Antti Salonen antsa

  • Kisko Labs
  • Helsinki
View GitHub Profile
@antsa
antsa / .powrc
Last active August 29, 2015 14:08
.powrc
source "${rvm_path}/scripts/rvm"
cd .
@antsa
antsa / gopen.sh
Last active August 29, 2015 14:14
gopen
# Open the latest commit in repo on github
# Dependencies
#
# Hub
# $ brew install --HEAD hub
$ alias gopen='hub browse -- commit/`git rev-parse HEAD`'