Lines Matching full:git
1 Git is an example of several common subcommand patterns.
5 $ git
7 git
11 git[EXE] <SUBCOMMAND>
23 $ git help
24 git
28 git[EXE] <SUBCOMMAND>
40 $ git help add
41 git[EXE]-add
45 git[EXE] add <PATH>...
57 $ git add
59 git[EXE]-add
63 git[EXE] add <PATH>...
71 $ git add Cargo.toml Cargo.lock
78 $ git stash -h
79 git[EXE]-stash
82 git[EXE] stash [OPTIONS]
83 git[EXE] stash <SUBCOMMAND>
95 $ git stash push -h
96 git[EXE]-stash-push
99 git[EXE] stash push [OPTIONS]
105 $ git stash pop -h
106 git[EXE]-stash-pop
109 git[EXE] stash pop [STASH]
117 $ git stash -m "Prototype"
120 $ git stash pop
123 $ git stash push -m "Prototype"
126 $ git stash pop
133 $ git custom-tool arg1 --foo bar