This project provides scripts to scan all projects in a given folder and check:
- Whether Git is initialized in them.
- Whether they have a remote repository linked to GitHub.
Run:
bash scripts/check_git_status.sh
Run:
powershell -ExecutionPolicy Bypass -File scripts/check_git_status.ps1
Ensure you have Git installed and accessible from the command line.
Feel free to improve the scripts and submit pull requests!