git-checkd
TypeScript icon, indicating that this package has built-in type declarations

1.0.10 • Public • Published

Git Checkd

Package for checking all repositories in your repository folder.

This package will check if the repository is synced with remote, has clean working tree.

Usage

Cli arguments:
  • -p <path> Set path of search. Default .
  • -a Show all repositories, even if clean and synced
  • -l Only list repositories don't fetch nor read status
  • -r Recursive (default depth: 4)
  • --max-depth <depth> Set recursive depth (default 4)
  • --no-color Don't use colors
  • --no-fetch Don't fetch, still uses git status.
  • -h or --help Shows help menu

Readme

Keywords

none

Package Sidebar

Install

npm i git-checkd

Weekly Downloads

1

Version

1.0.10

License

ISC

Unpacked Size

22 kB

Total Files

5

Last publish

Collaborators

  • dommilosz