📝 Git Memo

Quick reference for Git commands

categories.basic(6)

CommandDescriptionUsageCategoryActions
git initcommands.git_init.descriptioncommands.git_init.usagecategories.basic
git clonecommands.git_clone.descriptioncommands.git_clone.usagecategories.basic
git addcommands.git_add.descriptioncommands.git_add.usagecategories.basic
git commitcommands.git_commit.descriptioncommands.git_commit.usagecategories.basic
git statuscommands.git_status.descriptioncommands.git_status.usagecategories.basic
git logcommands.git_log.descriptioncommands.git_log.usagecategories.basic

categories.branch(3)

CommandDescriptionUsageCategoryActions
git branchcommands.git_branch.descriptioncommands.git_branch.usagecategories.branch
git checkoutcommands.git_checkout.descriptioncommands.git_checkout.usagecategories.branch
git mergecommands.git_merge.descriptioncommands.git_merge.usagecategories.branch

categories.remote(3)

CommandDescriptionUsageCategoryActions
git remotecommands.git_remote.descriptioncommands.git_remote.usagecategories.remote
git pushcommands.git_push.descriptioncommands.git_push.usagecategories.remote
git pullcommands.git_pull.descriptioncommands.git_pull.usagecategories.remote

categories.undo(2)

CommandDescriptionUsageCategoryActions
git resetcommands.git_reset.descriptioncommands.git_reset.usagecategories.undo
git revertcommands.git_revert.descriptioncommands.git_revert.usagecategories.undo

categories.tag(1)

CommandDescriptionUsageCategoryActions
git tagcommands.git_tag.descriptioncommands.git_tag.usagecategories.tag

categories.config(1)

CommandDescriptionUsageCategoryActions
git configcommands.git_config.descriptioncommands.git_config.usagecategories.config