FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

git-hook/git-ledger: Keep track of your local git clones · GitHub

This repository was archived by the owner on Jan 10, 2023. It is now read-only.
/ git-ledger Public archive

Repository files navigation

git-ledger

Track your local git clones

git-ledger acts as a simple key-value store, remembering the location of git-repositories on local filesystems.

Install

To install the library

go get github.com/git-hook/git-ledger

To install the binary

go get github.com/git-hook/git-ledger/cmd/git-ledger
git ledger add .

API

add [path]

Start tracking an existing repository.

find [slug]

Print the location of a tracked repository.

ls

Print all tracked repositories.

rm [path-or-slug]

Stop tracking an existing repository.

Related

License

MIT © Eric Crosson


Back | FazBrowse Home | New Git URL