β
**Automatically updates `daily_update.txt`**
β
**Commits & Pushes changes to GitHub**
β
**Works with Windows Task Scheduler for automation**
β
**Runs daily without manual intervention**
1οΈβ£ **Install Python:** [Download Python](https://www.python.org/downloads/)
2οΈβ£ **Install Git:** [Download Git](https://git-scm.com/downloads)
3οΈβ£ **Clone the repository:**
```bash
git clone https://github.com/Shuvo-code-dev/Auto-commit-github.git
cd your-repo
Search for Task Scheduler in the Start Menu and open it.
Click on "Create Basic Task..."
Task Name: "Daily GitHub Commit"
Description: "Automatically commit updates to GitHub."
Click Next
Select "Daily" (since you want it to run every day).
Start Time: Set a specific time (e.g., 00:00 AM).
Click Next
Choose "Start a Program"
Click Next
Program/Script: Path to Python (e.g., C:\Users\Shuvo\AppData\Local\Programs\Python\Python39\python.exe)
Add Arguments: Path to your script file (e.g., C:\Users\Shuvo\Scripts\auto_commit.py)
Start In (Optional): Path to the folder where the script is located (e.g., C:\Users\Shuvo\Scripts\)
Click Next
Click Finish β
Now, Task Scheduler will automatically run your script at the set time every day.