https://github.com/alphahydrae/scripts
Random shell scripts.
https://github.com/alphahydrae/scripts
Last synced: 3 months ago
JSON representation
Random shell scripts.
- Host: GitHub
- URL: https://github.com/alphahydrae/scripts
- Owner: AlphaHydrae
- License: mit
- Created: 2016-07-27T18:52:07.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-12-20T10:53:39.000Z (over 5 years ago)
- Last Synced: 2025-03-13T04:42:45.906Z (over 1 year ago)
- Language: Shell
- Size: 12.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Random Shell Scripts
* `git-ignore-list` - Lists `.gitignore` patterns and where they are used, to
help identify configuration files you might need to back up.
* `git-status-report` - Goes through local Git repositories and counts:
* Untracked files.
* Unstaged or uncommitted changes.
* Stashes.
* Branches that have no upstream.
* Commits that have not been pushed.
Basically any change you might permanently lose if the machine dies and you
have no backup.
> **WARNING:** this script does not check ignored files. Use `git-ignore-list`
> to identify files ignored by Git that you might want to back up.
## License
[The MIT License](https://opensource.org/licenses/MIT)