Joined July 2012
·
Posted to
Fast MongoDB Sharded Cluster
over 1 year
ago
Or use Thomas' mtools
https://github.com/rueckstiess/mtools
https://pypi.python.org/pypi/mtools/1.0.1
Achievements
54 Karma
373 Total ProTip Views
Python 3
Have at least three original repos where Python is the dominant language
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Raven
Have at least one original repo where some form of shell script is the dominant language
Charity
Fork and commit to someone's open source project in need
Python
Would you expect anything less? Have at least one original repo where Python is the dominant language
Note that this will remove the files from the file system, not from git tracked repository.
If you want to remove files from the git repository which are
.gitignore
'd (technically: to unstage and remove paths only from the index) you can run this command:And tun this command to see first which files will be removed from repository:
git ls-files -i --exclude-from=.gitignore