https://github.com/uprun/git-auto-commit
just stage every change in git repo
https://github.com/uprun/git-auto-commit
Last synced: 7 months ago
JSON representation
just stage every change in git repo
- Host: GitHub
- URL: https://github.com/uprun/git-auto-commit
- Owner: uprun
- Created: 2024-11-24T21:55:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-29T13:52:44.000Z (over 1 year ago)
- Last Synced: 2024-12-29T14:35:28.727Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 32.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# git-auto-commit
2024-12-31 12h:28m update - after using this tool for several weeks I realised I will just commit to main branch directly.
So this tool is DEPRECATED now.
So long and thanks for all the fish.
Simple tool for my workflow:
1) if I am on the main branch and edit something - the new feature branch will be created
2) every change will be automatically staged
# Support on Patreon
https://www.patreon.com/o_kryvonos
# Join Discord server
https://discord.gg/W5HFSKVXgc
## Building
```
dotnet run
```
## License
Copyright © Kryvonos Oleksandr 2024 . Provided under the [MIT License](http://opensource.org/licenses/MIT).