Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-24T14:15:14.000Z (about 1 month ago)
- Last Synced: 2024-12-24T15:29:41.136Z (about 1 month ago)
- Topics: cli, git
- Language: Go
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 2
- 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
```