Skip to content

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.

Notifications You must be signed in to change notification settings

muzammil-13/Git-Status-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Git Status Checker

Overview

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.

Usage

Linux/macOS

Run:

bash scripts/check_git_status.sh

Windows (PowerShell)

Run:

powershell -ExecutionPolicy Bypass -File scripts/check_git_status.ps1

Requirements

Ensure you have Git installed and accessible from the command line.

Contributions

Feel free to improve the scripts and submit pull requests!

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published