Skip to content

Instantly share code, notes, and snippets.

@BernardGatt
Created April 8, 2016 13:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BernardGatt/969c332a48adc1b8af87aa83db03b8d8 to your computer and use it in GitHub Desktop.
Save BernardGatt/969c332a48adc1b8af87aa83db03b8d8 to your computer and use it in GitHub Desktop.
alias purgeall='sudo rm -rf ~/Library/Caches/org.carthage.CarthageKit && sudo rm -rf ~/Library/Developer/Xcode/DerivedData/*'
alias purgeallbuilds='rm -rf ~/Library/Developer/Xcode/DerivedData/*'
alias gitsubdevelop='git submodule foreach "(git checkout develop; git pull)&"'
alias cuios='carthage update --platform ios --no-build-binaries'
function gi() { curl -L -s https://www.gitignore.io/api/$@ ;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment