Git速查表
提供Git速查表的交互处理。
LOCAL GIT REFERENCE
Find a command by task
Search the compact reference, then copy a command after checking its effect in your repository.
使用步骤
如何使用
- Search by a task such as branch, commit, stash, remote, or undo.
- Review the command and its short explanation before using it in your repository.
- Copy a command or browse the grouped reference for a related workflow.
Commands stay visible and reviewable
Each result includes a short purpose and a note about its effect. Read commands that change history or discard work carefully, and check your current branch with git status before running them.
A focused everyday reference
The cheatsheet covers common local workflows, remotes, inspection, stashing, and recovery. It does not replace your repository policy or the full Git documentation.
常见问题
你可能还想知道
Does this run Git commands?
No. It only filters and copies text in your browser; no repository is accessed.
Are destructive commands included?
A few reset and clean examples are marked with a caution so you can review their effect before using them.
Can I search by command or task?
Yes. Search terms match command text, task names, explanations, and tags.