Just like me, you might be working with the repository - path method for composer. At some point you might have several packages in your workbench directory that you maintain and regularly write updates for. If you can identify yourself with this situation, maybe the following is a tool for you.
Git-helpers is a tool for your terminal that allows you to check the status of all repositories in your workbench directory with one command. It checks:
- The package name and the latest version (tag).
- The number of commits since the latest version.
- Any local changes, like modified files and new files.
- The number of local commits you haven't pushed yet.
Installation
composer global require hyn/git-helpers
Usage
gh status
gh pull
For more information please visit the Github repository.
Special thanks to @Franz for sharing his Studio experience with me for this package and for doing the first test drive ?