https://github.com/mhucka/git-scripts
Some small and boring scripts for working with git
https://github.com/mhucka/git-scripts
Last synced: over 1 year ago
JSON representation
Some small and boring scripts for working with git
- Host: GitHub
- URL: https://github.com/mhucka/git-scripts
- Owner: mhucka
- License: mit
- Created: 2024-07-31T19:50:37.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T17:06:47.000Z (almost 2 years ago)
- Last Synced: 2024-10-16T05:50:06.189Z (almost 2 years ago)
- Language: Shell
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Citation: CITATION.cff
- Security: .github/SECURITY.md
- Support: SUPPORT.md
- Codemeta: codemeta.json
Awesome Lists containing this project
README
# Assorted Git Scripts
Random small and boring scripts for working with git.
[](https://github.com/mhucka/template/blob/main/LICENSE)

## Introduction
This is a collection of git-oriented shell scripts I wrote or copied over the years. Nothing special, and for all I know, the functionality implemented here is available in other utilities.
## Installation
Copy the scripts from the [`src`](src) subdirectory somewhere that's on your shell `$PATH`.
## License
This software is Copyright © 2024 by Michael Hucka. This software is freely distributed under the terms of the MIT License. Please see the [LICENSE](LICENSE) file for more information.
## Acknowledgments
See the comments in individual shell script files for attribution info.