Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kiannaquines/automated-commit-push-github
A simple automated auto commit & auto push project changes with the existing project using Windows Batch Program.
https://github.com/kiannaquines/automated-commit-push-github
Last synced: 6 days ago
JSON representation
A simple automated auto commit & auto push project changes with the existing project using Windows Batch Program.
- Host: GitHub
- URL: https://github.com/kiannaquines/automated-commit-push-github
- Owner: kiannaquines
- Created: 2024-06-28T06:50:42.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-06-28T06:59:16.000Z (5 months ago)
- Last Synced: 2024-06-28T08:10:59.744Z (5 months ago)
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Guide
1. Download the file and move the file in the root directory of your existing project.
2. Make sure you already set up the git.
3. Run the auto_commit.bat in your root directory using terminal.
```
.\auto_commit.bat
```
4. Congrats you automate your manual process of typing commit and push commands in your specified branch.