← 返回命令列表

Linux command

forgit 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Interactive

forgit log

Interactive

forgit diff

Interactive

forgit add

Interactive

forgit stash

说明

forgit wraps common git commands with interactive fzf interfaces. It provides fuzzy-finding capabilities for git operations like viewing logs, diffs, staging files, and managing branches. The tool requires fzf to be installed and enhances git workflows by making it easy to search and select from large sets of commits, branches, or files.

参数

log
Interactive git log browser
diff
Interactive diff viewer
add
Interactive staging selector
reset
Interactive unstage selector
stash
Interactive stash viewer
ignore
Interactive .gitignore generator
clean
Interactive clean selector
rebase
Interactive rebase commit selector
cherry-pick
Interactive cherry-pick commit selector

FAQ

What is the forgit command used for?

forgit wraps common git commands with interactive fzf interfaces. It provides fuzzy-finding capabilities for git operations like viewing logs, diffs, staging files, and managing branches. The tool requires fzf to be installed and enhances git workflows by making it easy to search and select from large sets of commits, branches, or files.

How do I run a basic forgit example?

Run `forgit log` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does log do in forgit?

Interactive git log browser