Linux command
gfold 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Show
gfold
Show
gfold -r
Show
gfold --dirty
Display
gfold --json
说明
gfold is a CLI tool that tracks the status of multiple Git repositories. It scans directories for Git repositories and displays their status in a clean, organized format. The tool shows whether repositories are clean, have uncommitted changes, are ahead/behind the remote, or have untracked files. It's useful for developers working with many repositories who want a quick overview of all their projects.
参数
- -r, --recursive
- Search recursively for repositories
- --dirty
- Show only repositories with uncommitted changes
- --json
- Output in JSON format
- -p, --path _PATH_
- Path to search for repositories (default: current directory)
- -v, --version
- Display version and exit
- -h, --help
- Display help and exit
FAQ
What is the gfold command used for?
gfold is a CLI tool that tracks the status of multiple Git repositories. It scans directories for Git repositories and displays their status in a clean, organized format. The tool shows whether repositories are clean, have uncommitted changes, are ahead/behind the remote, or have untracked files. It's useful for developers working with many repositories who want a quick overview of all their projects.
How do I run a basic gfold example?
Run `gfold` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -r, --recursive do in gfold?
Search recursively for repositories