📝 Git 備忘錄
Git命令快速參考Git命令的綜合參考工具。搜索和複製Git命令及其描述、使用範例和分類。
categories.basic(6)
命令 | 描述 | 用法 | 分類 | 操作 |
---|---|---|---|---|
git init | commands.git_init.description | commands.git_init.usage | categories.basic | |
git clone | commands.git_clone.description | commands.git_clone.usage | categories.basic | |
git add | commands.git_add.description | commands.git_add.usage | categories.basic | |
git commit | commands.git_commit.description | commands.git_commit.usage | categories.basic | |
git status | commands.git_status.description | commands.git_status.usage | categories.basic | |
git log | commands.git_log.description | commands.git_log.usage | categories.basic |
categories.branch(3)
命令 | 描述 | 用法 | 分類 | 操作 |
---|---|---|---|---|
git branch | commands.git_branch.description | commands.git_branch.usage | categories.branch | |
git checkout | commands.git_checkout.description | commands.git_checkout.usage | categories.branch | |
git merge | commands.git_merge.description | commands.git_merge.usage | categories.branch |
categories.remote(3)
命令 | 描述 | 用法 | 分類 | 操作 |
---|---|---|---|---|
git remote | commands.git_remote.description | commands.git_remote.usage | categories.remote | |
git push | commands.git_push.description | commands.git_push.usage | categories.remote | |
git pull | commands.git_pull.description | commands.git_pull.usage | categories.remote |
categories.undo(2)
命令 | 描述 | 用法 | 分類 | 操作 |
---|---|---|---|---|
git reset | commands.git_reset.description | commands.git_reset.usage | categories.undo | |
git revert | commands.git_revert.description | commands.git_revert.usage | categories.undo |
categories.tag(1)
命令 | 描述 | 用法 | 分類 | 操作 |
---|---|---|---|---|
git tag | commands.git_tag.description | commands.git_tag.usage | categories.tag |
categories.config(1)
命令 | 描述 | 用法 | 分類 | 操作 |
---|---|---|---|---|
git config | commands.git_config.description | commands.git_config.usage | categories.config |