Directories
¶
| Path | Synopsis |
|---|---|
|
Branch https://git-scm.com/docs/git-branch usage: git branch [<options>] [-r | -a] [--merged | --no-merged] or: git branch [<options>] [-l] [-f] <branch-name> [<start-point>] or: git branch [<options>] [-r] (-d | -D) <branch-name>...
|
Branch https://git-scm.com/docs/git-branch usage: git branch [<options>] [-r | -a] [--merged | --no-merged] or: git branch [<options>] [-l] [-f] <branch-name> [<start-point>] or: git branch [<options>] [-r] (-d | -D) <branch-name>... |
|
Checkout https://git-scm.com/docs/git-checkout git checkout [-q] [-f] [-m] [<branch>] git checkout [-q] [-f] [-m] --detach [<branch>] git checkout [-q] [-f] [-m] [--detach] <commit> git checkout [-q] [-f] [-m] [[-b|-B|--orphan] <new_branch>] [<start_point>] git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <paths>… git checkout [-p|--patch] [<tree-ish>] [--] [<paths>…] --quiet --[no-]progress --force --ours --theirs -b <new_branch> -B <new_branch> --track --no-track -l --detach --orphan <new_branch> --ignore-skip-worktree-bits --merge --conflict=<style> --patch --ignore-other-worktrees --[no-]recurse-submodules <branch> <new_branch> <start_point> <tree-ish>
|
Checkout https://git-scm.com/docs/git-checkout git checkout [-q] [-f] [-m] [<branch>] git checkout [-q] [-f] [-m] --detach [<branch>] git checkout [-q] [-f] [-m] [--detach] <commit> git checkout [-q] [-f] [-m] [[-b|-B|--orphan] <new_branch>] [<start_point>] git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <paths>… git checkout [-p|--patch] [<tree-ish>] [--] [<paths>…] --quiet --[no-]progress --force --ours --theirs -b <new_branch> -B <new_branch> --track --no-track -l --detach --orphan <new_branch> --ignore-skip-worktree-bits --merge --conflict=<style> --patch --ignore-other-worktrees --[no-]recurse-submodules <branch> <new_branch> <start_point> <tree-ish> |
|
Clone https://git-scm.com/docs/git-clone git clone [--template=<template_directory>]
|
Clone https://git-scm.com/docs/git-clone git clone [--template=<template_directory>] |
|
Config https://git-scm.com/docs/git-config
|
Config https://git-scm.com/docs/git-config |
|
git-fetch - Download objects and refs from another repository
|
git-fetch - Download objects and refs from another repository |
|
git-init - Create an empty Git repository or reinitialize an existing one
|
git-init - Create an empty Git repository or reinitialize an existing one |
|
git-pull - Fetch from and integrate with another repository or a local branch
|
git-pull - Fetch from and integrate with another repository or a local branch |
|
git-push - Update remote refs along with associated objects
|
git-push - Update remote refs along with associated objects |
|
git-rebase - Reapply commits on top of another base tip
|
git-rebase - Reapply commits on top of another base tip |
|
Remote https://git-scm.com/docs/git-remote
|
Remote https://git-scm.com/docs/git-remote |
|
git rev-parse [ --option ] <args>...
|
git rev-parse [ --option ] <args>... |
Click to show internal directories.
Click to hide internal directories.