https://github.com/tchoupinax/check-git
CLI to easily check which local repositories have uncommitted changes.
https://github.com/tchoupinax/check-git
cli git
Last synced: 4 months ago
JSON representation
CLI to easily check which local repositories have uncommitted changes.
- Host: GitHub
- URL: https://github.com/tchoupinax/check-git
- Owner: Tchoupinax
- License: mit
- Created: 2022-11-14T03:38:12.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2026-02-14T22:41:14.000Z (5 months ago)
- Last Synced: 2026-02-15T06:26:11.080Z (5 months ago)
- Topics: cli, git
- Language: Go
- Homepage:
- Size: 88.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# check-git
`ckg` is your friendly tool to manage your git repositories. You can easily massively check your repositories and pull them in one command.
## installation
```
brew tap tchoupinax/brew
brew install tchoupinax/brew/ckg
```
## usage
```
ckg _folder_ details/pull
```
```
npx nodemon -e go --exec "go run *.go Documents || exit 1"
---
main
```
## Development
```
go get .../.
go get github.com/onsi/ginkgo/v2
go install github.com/onsi/ginkgo/v2/ginkgo
```