Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joaothallis/auto-git
Scripts to use git automatically
https://github.com/joaothallis/auto-git
automatization git inotifywait linux shell-script
Last synced: 24 days ago
JSON representation
Scripts to use git automatically
- Host: GitHub
- URL: https://github.com/joaothallis/auto-git
- Owner: joaothallis
- License: mit
- Created: 2018-09-10T03:31:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T15:53:26.000Z (11 months ago)
- Last Synced: 2024-10-10T14:47:14.521Z (about 1 month ago)
- Topics: automatization, git, inotifywait, linux, shell-script
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# auto-git
Scripts to use git automatically
## Getting Started
### Prerequisites
What things you need to install and use the software:
- [inotify-tools](https://github.com/rvoicilas/inotify-tools/wiki#getting)
- [git](https://git-scm.com/)### Installing
Clone this repositorie:
```bash
git clone https://github.com/joaothallis/auto-git.git
```Enter the folder:
```bash
cd auto-git
```Run `auto-git.sh` to start the application:
```bash
sh auto-git.sh
```## Built With
* [shell-script](https://en.wikipedia.org/wiki/Shell_script) - Scripting language
## Contributing
Feel free to open a issue or pull request.
## Versioning
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/joaothallis/auto-git/tags).
## Authors
* **João Thallis** - *Initial work* - [João Thallis](https://joaothallis.github.io/)
See also the list of [contributors](https://github.com/joaothallis/auto-git/contributors) who participated in this project.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details