Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/doesdev/gitignored-cleanup
Batch remove git ignored files from version control
https://github.com/doesdev/gitignored-cleanup
Last synced: about 20 hours ago
JSON representation
Batch remove git ignored files from version control
- Host: GitHub
- URL: https://github.com/doesdev/gitignored-cleanup
- Owner: doesdev
- Created: 2013-03-06T06:21:20.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-03-07T01:11:32.000Z (over 11 years ago)
- Last Synced: 2024-05-06T12:22:19.542Z (7 months ago)
- Language: Shell
- Homepage:
- Size: 109 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
gitignored-cleanup
==================Super simple bash script to remove any files matching your gitignore entries from version control. Files are only removed from git, not your working directory.
Instructions:
1. Add gitignored-cleanup.sh to the directory containing .gitignore
2. Set script executable (chmod +x gitignored-cleanup.sh)
3. Run with "./gitignored-cleanup.sh"note: You can toggle comments on the 4 git commands to test before running