To see all overrides navigate to: https://github.com/MichaelDimmitt/my-bashrc-git-overrides
quickly check your computer for
projects that require git actions to be up to date with origin
quickly check your computer projects with
- files not tracked
- changes not staged
- changes not committed
- changes not pushed
💻 Macintosh
🐧 Ubuntu - Linux
If you want support for your platform please open an issue and I will upload shortly.
- a prompt asks for your git directories within the home directory delimited by spaces.
- if no input is provided the home directory is used as a default.
- all git projects are found within git directories listed using the find command.
- the folders found are added to a ~/.persist file
bash <(curl -s https://raw.githubusercontent.com/MichaelDimmitt/git_check_computer/master/git_check_computer.sh)