avinashkranjan / Amazing-Python-Scripts

🚀 Curated collection of Amazing Python scripts from Basics to Advance with automation task scripts.
https://amazing-python-scripts.avinashranjan.com
MIT License
2.61k stars 1.03k forks source link

Git Automation #3168

Closed YashDhirajOza closed 3 months ago

YashDhirajOza commented 4 months ago

Description This script automates the process of updating a GitHub repository with new files from a local solutions folder. It:

Clones the repository if it doesn't exist locally. Fetches the current list of files from the repository. Copies new files from a local folder to the repository. Commits and pushes these new files to GitHub. Fixes #none Type of change Bug fix (non-breaking change which fixes an issue) New feature (non-breaking change which adds functionality) Breaking change (fix or feature that would cause existing functionality to not work as expected) This change requires a documentation update Documentation Update Checklist: My code follows the style guidelines (Clean Code) of this project I have performed a self-review of my own code I have commented my code, particularly in hard-to-understand areas I have created a helpful and easy to understand README.md My documentation follows Template for README.md I have added the project metadata in the PR template. I have created the requirements.txt file if needed

github-actions[bot] commented 3 months ago

Due to inactivity this pull request has been marked as stale.