Skip to content

Instantly share code, notes, and snippets.

@ninjitaru
ninjitaru / gist:7715907
Created November 30, 2013 06:06
git bash completion
after install it using
brew install git bash-completion
remember to add
if [ -f /opt/local/etc/bash_completion ]; then
. /opt/local/etc/bash_completion
fi
@ninjitaru
ninjitaru / clean_pod_install
Created November 8, 2013 02:58
pod install step that also clean its cache
rm -rf "${HOME}/Library/Caches/CocoaPods"
rm -rf "`pwd`/Pods/"
pod