Package git-core
- git(1) β the stupid content tracker
- git-add(1) β Add file contents to the index
- git-am(1) β Apply a series of patches from a mailbox
- git-annotate(1) β Annotate file lines with commit information
- git-apply(1) β Apply a patch to files and/or to the index
- git-archive(1) β Create an archive of files from a named tree
- git-backfill(1) β Download missing objects in a partial clone
- git-bisect(1) β Use binary search to find the commit that introduced a bug
- git-blame(1) β Show what revision and author last modified each line of a file
- git-branch(1) β List, create, or delete branches
- git-bugreport(1) β Collect information for user to file a bug report
- git-bundle(1) β Move objects and refs by archive
- git-cat-file(1) β Provide contents or details of repository objects
- git-check-attr(1) β Display gitattributes information
- git-check-ignore(1) β Debug gitignore / exclude files
- git-check-mailmap(1) β Show canonical names and email addresses of contacts
- git-check-ref-format(1) β Ensures that a reference name is well formed
- git-checkout(1) β Switch branches or restore working tree files
- git-checkout-index(1) β Copy files from the index to the working tree
- git-cherry(1) β Find commits yet to be applied to upstream
- git-cherry-pick(1) β Apply the changes introduced by some existing commits
- git-citool(1) β Graphical 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-column(1) β Display data in columns
- git-commit(1) β Record changes to the repository
- git-commit-graph(1) β Write and verify Git commit\-graph files
- git-commit-tree(1) β Create a new commit object
- git-config(1) β Get and set repository or global options
- git-count-objects(1) β Count unpacked number of objects and their disk consumption
- git-credential(1) β Retrieve and store user credentials
- git-credential-cache(1) β Helper to temporarily store passwords in memory
- git-credential-cache--daemon(1) β Temporarily store user credentials in memory
- git-credential-store(1) β Helper to store credentials on disk
- git-describe(1) β Give an object a human readable name based on an available ref
- git-diagnose(1) β Generate a zip archive of diagnostic information
- git-diff(1) β Show changes between commits, commit and working tree, etc
- git-diff-files(1) β Compares files in the working tree and the index
- git-diff-index(1) β Compare a tree to the working tree or index
- git-diff-pairs(1) β Compare the content and mode of provided blob pairs
- git-diff-tree(1) β Compares the content and mode of blobs found via two tree objects
- git-difftool(1) β Show changes using common diff tools
- git-fast-export(1) β Git data exporter
- git-fast-import(1) β Backend for fast Git data importers
- git-fetch(1) β Download objects and refs from another repository
- git-fetch-pack(1) β Receive missing objects from another repository
- git-filter-branch(1) β Rewrite branches
- git-fmt-merge-msg(1) β Produce a merge commit message
- git-for-each-ref(1) β Output information on each ref
- git-for-each-repo(1) β Run a Git command on a list of repositories
- git-format-patch(1) β Prepare patches for e\-mail submission
- git-fsck(1) β Verifies the connectivity and validity of the objects in the database
- git-fsck-objects(1) β Verifies the connectivity and validity of the objects in the database
- git-fsmonitor--daemon(1) β A Built\-in Filesystem Monitor
- git-gc(1) β Cleanup unnecessary files and optimize the local repository
- git-get-tar-commit-id(1) β Extract commit ID from an archive created using git\-archive
- git-grep(1) β Print lines matching a pattern
- git-gui(1) β A portable graphical interface to Git
- git-hash-object(1) β Compute object ID and optionally create an object from a file
- git-help(1) β Display help information about Git
- git-hook(1) β Run git hooks
- git-http-backend(1) β Server side implementation of Git over HTTP
- git-http-fetch(1) β Download from a remote Git repository via HTTP
- git-http-push(1) β Push objects over HTTP/DAV to another repository
- git-imap-send(1) β Send a collection of patches from stdin to an IMAP folder
- git-index-pack(1) β Build pack index file for an existing packed archive
- git-init(1) β Create an empty Git repository or reinitialize an existing one
- git-init-db(1) β Creates an empty Git repository
- git-instaweb(1) β Instantly browse your working repository in gitweb
- git-interpret-trailers(1) β Add or parse structured information in commit messages
- git-log(1) β Show commit logs
- git-ls-files(1) β Show information about files in the index and the working tree
- git-ls-remote(1) β List references in a remote repository
- git-ls-tree(1) β List the contents of a tree object
- git-mailinfo(1) β Extracts patch and authorship from a single e\-mail message
- git-mailsplit(1) β Simple UNIX mbox splitter program
- git-maintenance(1) β Run tasks to optimize Git repository data
- git-merge(1) β Join two or more development histories together
- git-merge-base(1) β Find as good common ancestors as possible for a merge
- git-merge-file(1) β Run a three\-way file merge
- git-merge-index(1) β Run a merge for files needing merging
- git-merge-one-file(1) β The standard helper program to use with git\-merge\-index
- git-merge-tree(1) β Perform merge without touching index or working tree
- git-mergetool(1) β Run merge conflict resolution tools to resolve merge conflicts
- git-mergetool--lib(1) β Common Git merge tool shell scriptlets
- git-mktag(1) β Creates a tag object with extra validation
- git-mktree(1) β Build a tree\-object from ls\-tree formatted text
- git-multi-pack-index(1) β Write and verify multi\-pack\-indexes
- git-mv(1) β Move or rename a file, a directory, or a symlink
- git-name-rev(1) β Find symbolic names for given revs
- git-notes(1) β Add or inspect object notes
- git-p4(1) β Import from and submit to Perforce repositories
- git-pack-objects(1) β Create a packed archive of objects
- git-pack-redundant(1) β Find redundant pack files
- git-pack-refs(1) β Pack heads and tags for efficient repository access
- git-patch-id(1) β Compute unique ID for a patch
- git-prune(1) β Prune all unreachable objects from the object database
- git-prune-packed(1) β Remove extra objects that are already in pack files
- git-pull(1) β Fetch from and integrate with another repository or a local branch
- git-push(1) β Update remote refs along with associated objects
- git-quiltimport(1) β Applies a quilt patchset onto the current branch
- git-range-diff(1) β Compare two commit ranges (e.g. two versions of a branch)
- git-read-tree(1) β Reads tree information into the index
- git-rebase(1) β Reapply commits on top of another base tip
- git-receive-pack(1) β Receive what is pushed into the repository
- git-reflog(1) β Manage reflog information
- git-refs(1) β Low\-level access to refs
- git-remote(1) β Manage set of tracked repositories
- git-remote-ext(1) β Bridge smart transport to external command.
- git-remote-fd(1) β Reflect smart transport stream back to caller
- git-repack(1) β Pack unpacked objects in a repository
- git-replace(1) β Create, list, delete refs to replace objects
- git-replay(1) β EXPERIMENTAL: Replay commits on a new base, works with bare repos too
- git-rerere(1) β Reuse recorded resolution of conflicted merges
- git-reset(1) β Reset current HEAD to the specified state
- git-restore(1) β Restore working tree files
- git-rev-list(1) β Lists commit objects in reverse chronological order
- git-rev-parse(1) β Pick out and massage parameters
- git-revert(1) β Revert some existing commits
- git-rm(1) β Remove files from the working tree and from the index
- git-send-pack(1) β Push objects over Git protocol to another repository
- git-sh-i18n(1) β Git\*(Aqs i18n setup code for shell scripts
- git-sh-i18n--envsubst(1) β Git\*(Aqs own envsubst(1) for i18n fallbacks
- git-sh-setup(1) β Common Git shell script setup code
- git-shell(1) β Restricted login shell for Git\-only SSH access
- git-shortlog(1) β Summarize \*(Aqgit log\*(Aq output
- git-show(1) β Show various types of objects
- git-show-branch(1) β Show branches and their commits
- git-show-index(1) β Show packed archive index
- git-show-ref(1) β List references in a local repository
- git-sparse-checkout(1) β Reduce your working tree to a subset of tracked files
- git-stage(1) β Add file contents to the staging area
- git-stash(1) β Stash the changes in a dirty working directory away
- git-status(1) β Show the working tree status
- git-stripspace(1) β Remove unnecessary whitespace
- git-submodule(1) β Initialize, update or inspect submodules
- git-switch(1) β Switch branches
- git-symbolic-ref(1) β Read, modify and delete symbolic refs
- git-tag(1) β Create, list, delete or verify a tag object signed with GPG
- git-unpack-file(1) β Creates a temporary file with a blob\*(Aqs contents
- git-unpack-objects(1) β Unpack objects from a packed archive
- git-update-index(1) β Register file contents in the working tree to the index
- git-update-ref(1) β Update the object name stored in a ref safely
- git-update-server-info(1) β Update auxiliary info file to help dumb servers
- git-upload-archive(1) β Send archive back to git\-archive
- git-upload-pack(1) β Send objects packed back to git\-fetch\-pack
- git-var(1) β Show a Git logical variable
- git-verify-commit(1) β Check the GPG signature of commits
- git-verify-pack(1) β Validate packed Git archive files
- git-verify-tag(1) β Check the GPG signature of tags
- git-version(1) β Display version information about Git
- git-web--browse(1) β Git helper script to launch a web browser
- git-whatchanged(1) β Show logs with differences each commit introduces
- git-worktree(1) β Manage multiple working trees
- git-write-tree(1) β Create a tree object from the current index
- gitattributes(5) β Defining attributes per path
- gitcli(7) β Git command\-line interface and conventions
- gitcore-tutorial(7) β A Git core tutorial for developers
- gitcredentials(7) β Providing usernames and passwords to Git
- gitcvs-migration(7) β Git for CVS users
- gitdiffcore(7) β Tweaking diff output
- giteveryday(7) β A useful minimum set of commands for Everyday Git
- gitfaq(7) β Frequently asked questions about using Git
- gitformat-bundle(5) β The bundle file format
- gitformat-chunk(5) β Chunk\-based file formats
- gitformat-commit-graph(5) β Git commit\-graph format
- gitformat-index(5) β Git index format
- gitformat-pack(5) β Git pack format
- gitformat-signature(5) β Git cryptographic signature formats
- gitglossary(7) β A Git Glossary
- githooks(5) β Hooks used by Git
- gitignore(5) β Specifies intentionally untracked files to ignore
- gitmailmap(5) β Map author/committer names and/or E\-Mail addresses
- gitmodules(5) β Defining submodule properties
- gitnamespaces(7) β Git namespaces
- gitpacking(7) β Advanced concepts related to packing in Git
- gitprotocol-capabilities(5) β Protocol v0 and v1 capabilities
- gitprotocol-common(5) β Things common to various protocols
- gitprotocol-http(5) β Git HTTP\-based protocols
- gitprotocol-pack(5) β How packs are transferred over\-the\-wire
- gitprotocol-v2(5) β Git Wire Protocol, Version 2
- gitremote-helpers(7) β Helper programs to interact with remote repositories
- gitrepository-layout(5) β Git Repository Layout
- gitrevisions(7) β Specifying revisions and ranges for Git
- gitsubmodules(7) β Mounting one repository inside another
- gittutorial(7) β A tutorial introduction to Git
- gittutorial-2(7) β A tutorial introduction to Git: part two
- gitworkflows(7) β An overview of recommended workflows with Git
- scalar(1) β A tool for managing large Git repositories