repositorypackage
0.0.0-20240514145831-3015c8f4bdf9
Repository: https://github.com/speedyhoon/checkgit.git
Documentation: pkg.go.dev
# README
checkGit
Flag which Git repositories need to be pulled or have unpushed, unstaged or uncommitted changes.
Install
go install github.com/speedyhoon/checkGit@latest
Help
Usage of checkGit.exe: [flags, ...] [paths, ...]
-g Display directories that are not git repositories.
-l Detect out of date repositories that require a pull request.
-p Only display repositories ahead that can be pushed.
-q Only display repository names and hide summary.
Usage: checkGit -g -l path_to_dir_containing_git_repos
Outputs:
BuildIt.ninja: push, uncommitted, local changes, untracked files
EventBucket: pull, local changes
foobar: Not a git repository
mindjholts: uncommitted, local changes
replace: untracked files
session: push, local changes
Quiet mode: checkGit -q path_to_dir_containing_git_repos
Outputs:
BuildIt.ninja
EventBucket
mindjholts
replace
session