A tutorial introduction to Git NAME gittutorial - A tutorial introduction to Git SYNOPSIS git * DESCRIPTION This tutorial explains how to import a new project into Git, make change…Mounting one repository inside another NAME gitsubmodules - Mounting one repository inside another SYNOPSIS .gitmodules, $GIT_DIR/config git submodule git <command> --recurse-submo…Git for CVS users NAME gitcvs-migration - Git for CVS users SYNOPSIS git cvsimport * DESCRIPTION Git differs from CVS in that every working tree contains a repository with a full c…...hers, and uses these commands in addition to the ones needed by a standalone developer. • git-clone (1) from the upstream to prime your local repository. • git-pull (1) and git-…Helper programs to interact with remote repositories NAME gitremote-helpers - Helper programs to interact with remote repositories SYNOPSIS git remote-<transport> <repository> [<UR…Git namespaces NAME gitnamespaces - Git namespaces SYNOPSIS GIT_NAMESPACE=<namespace> git upload-pack GIT_NAMESPACE=<namespace> git receive-pack DESCRIPTION Git supports dividing t…A Git Glossary NAME gitglossary - A Git Glossary SYNOPSIS * DESCRIPTION alternate object database Via the alternates mechanism, a repository can inherit part of its object database…A Git core tutorial for developers NAME gitcore-tutorial - A Git core tutorial for developers SYNOPSIS git * DESCRIPTION This tutorial explains how to use the "core" Git commands t…overview of Linux user namespaces NAME user_namespaces - overview of Linux user namespaces DESCRIPTION For an overview of namespaces, see namespaces (7). User namespaces isolate se…change a database NAME ALTER_DATABASE - change a database SYNOPSIS ALTER DATABASE name [ [ WITH ] option [ ... ] ] where option can be: ALLOW_CONNECTIONS allowconn CONNECTION LIMIT…overview of Linux PID namespaces NAME pid_namespaces - overview of Linux PID namespaces DESCRIPTION For an overview of namespaces, see namespaces (7). PID namespaces isolate the pr…A tutorial introduction to Git: part two NAME gittutorial-2 - A tutorial introduction to Git: part two SYNOPSIS git * DESCRIPTION You should work through gittutorial (7) before rea…overview of Linux namespaces NAME namespaces - overview of Linux namespaces DESCRIPTION A namespace wraps a global system resource in an abstraction that makes it appear to the pro…Git command-line interface and conventions NAME gitcli - Git command-line interface and conventions SYNOPSIS gitcli DESCRIPTION This manual describes the convention used throughout…Frequently asked questions about using Git NAME gitfaq - Frequently asked questions about using Git SYNOPSIS gitfaq DESCRIPTION The examples in this FAQ assume a standard POSIX she…Providing usernames and passwords to Git NAME gitcredentials - Providing usernames and passwords to Git SYNOPSIS git config credential.https://example.com.username myusername git c…An overview of recommended workflows with Git NAME gitworkflows - An overview of recommended workflows with Git SYNOPSIS git * DESCRIPTION This document attempts to write down and …overview of Linux UTS namespaces NAME uts_namespaces - overview of Linux UTS namespaces DESCRIPTION UTS namespaces provide isolation of two system identifiers: the hostname and the…Tweaking diff output NAME gitdiffcore - Tweaking diff output SYNOPSIS git diff * DESCRIPTION The diff commands git diff-index , git diff-files , and git diff-tree can be told to ma…Specifying revisions and ranges for Git NAME gitrevisions - Specifying revisions and ranges for Git SYNOPSIS gitrevisions DESCRIPTION Many Git commands take revision parameters as …