Joined December 2012
·
Posted to
Git: Remove all ignored but still tracked files
over 1 year
ago
Great! Such a hassle those .DS_Store files that snook in before the .gitignore was updated
Achievements
135 Karma
5,440 Total ProTip Views
Raven
Have at least one original repo where some form of shell script is the dominant language
Altruist
Increase developer well-being by sharing at least 20 open source projects
Forked
Have a project valued enough to be forked by someone else
Komodo Dragon 3
Have at least three original repos where Java is the dominant language
Komodo Dragon
Have at least one original repo where Java is the dominant language
Charity
Fork and commit to someone's open source project in need
If you want to update the build tools you made need this:
http://stackoverflow.com/questions/17963508/install-android-sdk-build-tools-in-command-line/19416222#19416222
android list sdk --all
And then to get one of the packages in that list from the command line, use:
android update sdk -u -a -t <package no.>