An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Assorted Git Scripts

Random small and boring scripts for working with git.

[![License](https://img.shields.io/badge/License-MIT-lightgrey.svg?style=flat-square)](https://github.com/mhucka/template/blob/main/LICENSE)
![Shell Script](https://img.shields.io/badge/shell_script-%236699dd.svg?label=Bash&logo=gnu-bash&logoColor=white&style=flat-square)

## 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.