📝 Git Memo
Quick reference for Git commandsA comprehensive reference tool for Git commands. Search and copy Git commands with their descriptions, usage examples, and categories.
categories.basic(6)
Command | Description | Usage | Category | Actions |
---|---|---|---|---|
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)
Command | Description | Usage | Category | Actions |
---|---|---|---|---|
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)
Command | Description | Usage | Category | Actions |
---|---|---|---|---|
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)
Command | Description | Usage | Category | Actions |
---|---|---|---|---|
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)
Command | Description | Usage | Category | Actions |
---|---|---|---|---|
git tag | commands.git_tag.description | commands.git_tag.usage | categories.tag |
categories.config(1)
Command | Description | Usage | Category | Actions |
---|---|---|---|---|
git config | commands.git_config.description | commands.git_config.usage | categories.config |