...link (INFO) .gitattributes is a symlink. gitignoreSymlink (INFO) .gitignore is a symlink. gitmodulesBlob (ERROR) A non-blob found at .gitmodules . gitmodulesLarge (ERROR) The .g…...entries unless --name is used to specify a logical name. The given URL is recorded into .gitmodules for use by subsequent users cloning the superproject. If the URL is given rel…...the new location. It also will attempt to update the submodule.<name>.path setting in the gitmodules (5) file and stage that file (unless -n is used). BUGS Each time a superproj…...unlike --strict , don’t choke on broken links. If the pack contains a tree pointing to a .gitmodules blob that does not exist, prints the hash of that blob (for the caller to ch…...and config files ( .git/config (see git-config (1)), gitignore (5), gitattributes (5) and gitmodules (5)). Note that Git at the core level treats path names simply as sequences …...tory to protect the submodule’s history. If it exists the submodule.<name> section in the gitmodules (5) file will also be removed and that file will be staged (unless --cached …...r the same task. Unlike submodules, subtrees do not need any special constructions (like .gitmodules files or gitlinks) be present in your repository, and do not force end-users…...n embedded repository to the index without using git submodule add to create an entry in .gitmodules . This option will suppress the warning (e.g., if you are manually performin…...roject and can be used to override any settings of the ignore option in git-config (1) or gitmodules (5). When "untracked" is used submodules are not considered dirty when they …Record changes to the repository NAME git-commit - Record changes to the repository SYNOPSIS git commit [-a | --interactive | --patch] [-s] [-v] [-u<mode>] [--amend] [--dry-run] [(…Show various types of objects NAME git-show - Show various types of objects SYNOPSIS git show [<options>] [<object>...] DESCRIPTION Shows one or more objects (blobs, trees, tags an…...option. All other methods of configuring fetch’s submodule recursion (such as settings in gitmodules (5) and git-config (1)) override this option, as does specifying --[no-]recu…...trees of active submodules should be updated, too (see git-fetch (1), git-config (1) and gitmodules (5)). If the checkout is done via rebase, local submodule commits are rebased…Compares files in the working tree and the index NAME git-diff-files - Compares files in the working tree and the index SYNOPSIS git diff-files [-q] [-0 | -1 | -2 | -3 | -c | --cc]…...roject and can be used to override any settings of the ignore option in git-config (1) or gitmodules (5). When "untracked" is used submodules are not considered dirty when they …Compare a tree to the working tree or index NAME git-diff-index - Compare a tree to the working tree or index SYNOPSIS git diff-index [-m] [--cached] [--merge-base] [<common-diff-o…Show commit logs NAME git-log - Show commit logs SYNOPSIS git log [<options>] [<revision-range>] [[--] <path>...] DESCRIPTION Shows the commit logs. List commits that are reachable…the stupid content tracker NAME git - the stupid content tracker SYNOPSIS git [-v | --version] [-h | --help] [-C <path>] [-c <name>=<value>] [--exec-path[=<path>]] [--html-path] [-…Show changes between commits, commit and working tree, etc NAME git-diff - Show changes between commits, commit and working tree, etc SYNOPSIS git diff [<options>] [<commit>] [--] …Compares the content and mode of blobs found via two tree objects NAME git-diff-tree - Compares the content and mode of blobs found via two tree objects SYNOPSIS git diff-tree [--s…