Clone a repository into a new directory NAME git-clone - Clone a repository into a new directory SYNOPSIS git clone [ --template= <template-dire......Clone clone [<options>] <url> [<enlistment>] Clones the specified repository, similar to git-clone (1). By default, only commit and tree objects are cloned. Once finished, the w…Send objects packed back to git-fetch-pack NAME git-upload-pack - Send objects packed back to git-fetch-pack SYNOPSIS git-upload-pack [--[no-]strict] [--timeout=<n>] [--stateless-r…...etimes need to clone a remote repository. In this case, this option will be passed to the git-clone (1) command. NOTE : Do not use this option unless you have read the note for …...ia protocols such as ssh:// and https:// can also operate on bundle files. It is possible git-clone (1) a new repository from a bundle, to use git-fetch (1) to fetch from one, a…...If fetching to a shallow repository created by git clone with --depth=<depth> option (see git-clone (1)), deepen or shorten the history to the specified number of commits. Tags …...al alternative to git-commit. git-clean (1) Remove untracked files from the working tree. git-clone (1) Clone a repository into a new directory. git-commit (1) Record changes to…Build pack index file for an existing packed archive NAME git-index-pack - Build pack index file for an existing packed archive SYNOPSIS git index-pack [-v] [-o <index-file>] [--[n…Git web interface (web frontend to Git repositories) NAME gitweb - Git web interface (web frontend to Git repositories) SYNOPSIS To get started with gitweb, run git-instaweb (1) fr…Restricted login shell for Git-only SSH access NAME git-shell - Restricted login shell for Git-only SSH access SYNOPSIS chsh -s $(command -v git-shell) <user> git clone <user> @loc…...If fetching to a shallow repository created by git clone with --depth=<depth> option (see git-clone (1)), deepen or shorten the history to the specified number of commits. Tags …...it with git clone file:///path/to/repo . The clone will not have the removed objects. See git-clone (1). (Note that cloning with a plain path just hardlinks everything!) If you …Bridge smart transport to external command. NAME git-remote-ext - Bridge smart transport to external command. SYNOPSIS git remote add <nick> "ext::<command>[ <arguments>...]" DESCR…Receive missing objects from another repository NAME git-fetch-pack - Receive missing objects from another repository SYNOPSIS git fetch-pack [--all] [--quiet|-q] [--keep|-k] [--th…Run a three-way file merge NAME git-merge-file - Run a three-way file merge SYNOPSIS git merge-file [-L <current-name> [-L <base-name> [-L <other-name>]]] [--ours|--theirs|--union]…Create a packed archive of objects NAME git-pack-objects - Create a packed archive of objects SYNOPSIS git pack-objects [-q | --progress | --all-progress] [--all-progress-implied] …Manage set of tracked repositories NAME git-remote - Manage set of tracked repositories SYNOPSIS git remote [-v | --verbose] git remote add [-t <branch>] [-m <master>] [-f] [--[no-…Server side implementation of Git over HTTP NAME git-http-backend - Server side implementation of Git over HTTP SYNOPSIS git http-backend DESCRIPTION A simple CGI program to serve …Get and set repository or global options NAME git-config - Get and set repository or global options SYNOPSIS git config list [<file-option>] [<display-option>] [--includes] git con…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…