Initialize, update or inspect submodules NAME git-submodule - Initialize, update or inspect submodules SYNOPSIS git submodule [--quiet] [--cached] gi......a summary of commits for modified submodules will be shown (see --summary-limit option of git-submodule (1)). Please note that the summary output from the status command will be…...ecurse also affects other Git commands, see git-config (1) for a complete list). SEE ALSO git-submodule (1), gitmodules (5). GIT Part of the git (1) suite...e , but not !command (for security reasons). See the description of the update command in git-submodule (1) for more details. submodule.<name>.branch A remote branch name for tr…Move or rename a file, a directory, or a symlink NAME git-mv - Move or rename a file, a directory, or a symlink SYNOPSIS git mv [<options>] <source>... <destination> DESCRIPTION Mo…...the local checkout of a submodule from your work tree without committing the removal, use git-submodule (1) deinit instead. Also see gitsubmodules (7) for details on submodule r…Download objects and refs from another repository NAME git-fetch - Download objects and refs from another repository SYNOPSIS git fetch [<options>] [<repository> [<refspec>...]] gi…Clone a repository into a new directory NAME git-clone - Clone a repository into a new directory SYNOPSIS git clone [ --template= <template-directory> ] [ -l ] [ -s ] [ --no-hardli…Restore working tree files NAME git-restore - Restore working tree files SYNOPSIS git restore [<options>] [--source=<tree>] [--staged] [--worktree] [--] <pathspec>... git restore […Reduce your working tree to a subset of tracked files NAME git-sparse-checkout - Reduce your working tree to a subset of tracked files SYNOPSIS git sparse-checkout (init | list | s…...log is specified, the log format is used. This format lists the commits in the range like git-submodule (1) summary does. When --submodule=diff is specified, the diff format is …List, create, or delete branches NAME git-branch - List, create, or delete branches SYNOPSIS git branch [--color[=<when>] | --no-color] [--show-current] [-v [--abbrev=<n> | --no-ab…A Built-in Filesystem Monitor NAME git-fsmonitor--daemon - A Built-in Filesystem Monitor SYNOPSIS git fsmonitor--daemon start git fsmonitor--daemon run git fsmonitor--daemon stop g…...-no-recurse-submodules ) is used, submodules working trees will not be updated. Just like git-submodule (1), this will detach HEAD of the submodules. EXAMPLES The following comm…...log is specified, the log format is used. This format lists the commits in the range like git-submodule (1) summary does. When --submodule=diff is specified, the diff format is …...log is specified, the log format is used. This format lists the commits in the range like git-submodule (1) summary does. When --submodule=diff is specified, the diff format is …Apply a patch to files and/or to the index NAME git-apply - Apply a patch to files and/or to the index SYNOPSIS git apply [--stat] [--numstat] [--summary] [--check] [--index | --in…Git Repository Layout NAME gitrepository-layout - Git Repository Layout SYNOPSIS $GIT_DIR/* DESCRIPTION A Git repository comes in two different flavours: •a .git directory at the r…Update remote refs along with associated objects NAME git-push - Update remote refs along with associated objects SYNOPSIS git push [--all | --branches | --mirror | --tags] [--foll…Fetch from and integrate with another repository or a local branch NAME git-pull - Fetch from and integrate with another repository or a local branch SYNOPSIS git pull [<options>] …