Skip to content

Tool to check all your git projects in order to get all your uncommited changes easily.

Notifications You must be signed in to change notification settings

faby-nikson/git-helper-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-project-checker-tool

Tool to check all your git projects in order to get all your uncommited changes easily.

How to install

  • Clone the repository on your computer and run:
composer install

Commands

Git Checker

Check if your git repositories are handled correctly:

  • check if there are uncommited files
  • check if there are repositories not on master branch

Use it with the following command:

php git-checker [my-root-workspace-containing-git-projects]

#Or run help
php git-checker  --help

Example: php git-checker ~/my-workspace

Git Clean

This command will help you clean your repositories by removing the untracked and ignored files.

Use it with the following command:

php git-clean --options

#Or run help
php git-checker  --help

Run everything:

php git-clean --all

Run only a specific command

php git-clean --remove-ignored-files

About

Tool to check all your git projects in order to get all your uncommited changes easily.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages