Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.