Skip to content

Commit c9cbb01

Browse files
authored
Create Plumbing & Porcelain commands.md
1 parent 4ef31b9 commit c9cbb01

File tree

1 file changed

+59
-0
lines changed

1 file changed

+59
-0
lines changed

Plumbing & Porcelain commands.md

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
# Porcelain
2+
3+
| Command | Command | Command |
4+
|---|---|---|
5+
| `git-am` | `git-reset` | `git-count-objects` |
6+
| `git-archive` | `git-revert` | `git-difftool` |
7+
| `git-bisect` | `git-rm` | `git-fsck` |
8+
| `git-branch` | `git-shortlog` | `git-get-tar-commit-id` |
9+
| `git-bundle` | `git-show` | `git-help` |
10+
| `git-checkout` | `git-stash` | `git-instaweb` |
11+
| `git-cherry-pick` | `git-status` | `git-merge-tree` |
12+
| `git-citool` | `git-submodule` | `git-rerere` |
13+
| `git-clean` | `git-tag` | `git-rev-parse` |
14+
| `git-clone` | `git-worktree` | `git-show-branch` |
15+
| `git-commit` | `gitk` | `git-verify-commit` |
16+
| `git-describe` | `git-config` | `git-verify-tag` |
17+
| `git-diff` | `git-fast-export` | `git-whatchanged` |
18+
| `git-fetch` | `git-fast-import` | `git-web` |
19+
| `git-format-patch` | `git-filter-branch` | `git-archimport` |
20+
| `git-gc` | `git-mergetool` | `git-cvexportcommit` |
21+
| `git-grep` | `git-pack-refs` | `git-cvsimport` |
22+
| `git-gui` | `git-prune` | `git-cvsserver` |
23+
| `git-init` | `git-reflog` | `git-imap-send` |
24+
| `git-log` | `git-relink` | `git-p4` |
25+
| `git-merge` | `git-remote` | `git-quiltimport` |
26+
| `git-mv` | `git-repack` | `git-quiltimport` |
27+
| `git-notes` | `git-replace` | `git-send-email` |
28+
| `git-pull` | `git-annotate` | `git-sv` |
29+
| `git-push` | `git-blame` | |
30+
31+
32+
33+
=======
34+
35+
# Plumbing
36+
37+
| Command | Command | Command |
38+
|---|---|---|
39+
| `git-apply` | `git-for-each-ref` | `git-receive-pack` |
40+
| `git-checkout-index` | `git-ls-files` | `git-shell` |
41+
| `git-commit-tree` | `git-ls-remote` | `git-upload-archive` |
42+
| `git-hash-object` | `git-ls-tree` | `git-upload-pack` |
43+
| `git-index-pack` | `git-merge-base` | `git-check-attr` |
44+
| `git-merge-file` | `git-anme-rev` | `git-chech-ignore` |
45+
| `git-merge-index` | `git-rev-redundant` | `git-check-mailmap` |
46+
| `git-mktag` | `git-rev-list` | `git-check-ref-format` |
47+
| `git-mktree` | `git-show-index` | `git-column` |
48+
| `git-pack-objects` | `git-show-ref` | `git-credential` |
49+
| `git-prune-packed` | `git-unpack-file` | `gir-credebtial-cache` |
50+
| `git-read-tree` | `git-var` | `git-credential-store` |
51+
| `git-symbolic-ref` | `git-verify-pack` | `git-fmt-merge-msg` |
52+
| `git-unpack-objects` | `git-daemon` | `git-interpret-trailers` |
53+
| `git-update-index` | `git-fetch-pack` | `git-mailinfo` |
54+
| `git-update-ref` | `git-http-backend` | `git-mailsplit` |
55+
| `git-write-tree` | `git-send-pack` | `git-merge-one-file` |
56+
| `git-cat-file` | `git-update-server-info` | `git-patch-id` |
57+
| `git-diff-files` | `git-http-fetch` | `git-sh-i18n` |
58+
| `git-diff-index` | `git-http-push` | `git-sh-setup` |
59+
| `git-diff-tree` | `git-parse-remote` | `git-stripspace` |

0 commit comments

Comments
 (0)