add |
-- add file contents to index |
am |
-- apply patches from a mailbox |
apply |
-- apply patch to files and/or to index |
archimport |
-- import an Arch repository into git |
archive |
-- create archive of files from named tree |
bisect |
-- find, by binary search, change that introduced a b |
blame |
-- show what revision and author last modified each l |
branch |
-- list, create, or delete branches |
bundle |
-- move objects and refs by archive |
cat-file |
-- provide content or type information for repository |
check-attr |
-- display gitattributes information |
check-ref-format |
-- ensure that a reference name is well formed |
checkout |
-- checkout branch or paths to working tree |
checkout-index |
-- copy files from index to working directory |
cherry |
-- find commits not merged upstream |
cherry-pick |
-- apply changes introduced by some existing commits |
citool |
-- graphical alternative to git commit |
clean |
-- remove untracked files from working tree |
clone |
-- clone repository into new directory |
commit |
-- record changes to repository |
commit-tree |
-- create new commit object |
config |
-- get and set repository or global options |
count-objects |
-- count unpacked objects and display their disk cons |
cvsexportcommit |
-- export a single commit to a CVS checkout |
cvsimport |
-- import a CVS "repository" into a git repository |
cvsserver |
-- run a CVS server emulator for git |
daemon |
-- run a really simple server for git repositories |
describe |
-- show most recent tag that is reachable from a comm |
diff |
-- show changes between commits, commit and working t |
diff-files |
-- compare files in working tree and index |
diff-index |
-- compare content and mode of blobs between index an |
diff-tree |
-- compare content and mode of blobs found via two tr |
difftool |
-- show changes using common diff tools |
fast-export |
-- data exporter |
fast-import |
-- import information into git directly |
fetch |
-- download objects and refs from another repository |