@davidahouse/git-lost

1.1.0 • Public • Published

git-lost

npm (scoped)

This command line tool will find any local git repositories that have a dirty working folder.

Installation:

npm install -g @davidahouse/git-lost

Usage:

git-lost --workingFolder /someFolder

You can also create a ~/.git-lostrc file and set a global working folder so you don't have to specify it on the command line. Format is:

workingFolder=/someFolder

The default action is dirty which finds any repositories that have local changes or are ahead or behind the remote. The other commands are branch and list. branch shows any repositories that aren't on the default branch, and list shows all repositories found.

You can specify the action on the command line:

git-lost --action branch

Dependencies (8)

Dev Dependencies (3)

Package Sidebar

Install

npm i @davidahouse/git-lost

Weekly Downloads

0

Version

1.1.0

License

MIT

Unpacked Size

6.76 kB

Total Files

9

Last publish

Collaborators

  • davidahouse