File: Commands

package info (click to toggle)
git-subrepo 0.4.9-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,552 kB
  • sloc: sh: 7,074; makefile: 273; perl: 226
file content (33 lines) | stat: -rw-r--r-- 738 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
$$$ for cmd in `cat AllGitCmds`; do git help $cmd; done


== Inteesting Plumbing Commands:
- git ls-tree HEAD
- git cat-file -t <object>
- git cat-file commit <commit>
- git cat-file -p <commit>
- git ls-tree <tree>
- git ls-files --stage
- git write-tree
- git update-ref refs/heads/master <commit>
- git symbolic-ref HEAD refs/heads/master
- git show-branch
- git hash-object <file>

- git rev-list --max-parents=0 HEAD     — Find root commit
- git cherry        — find commits in one branch that are not in another
- git replace

== Commands with DAG diagrams in their manpages:

- git-commit
- git-filter-branch
- git-log
- git-merge
- git-merge-base
- git-pull
- git-push
- git-rebase
- git-rerere
- git-rev-list
- git-rev-parse