This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
git_all_commands [2019/03/01 10:01] rpjday created |
git_all_commands [2019/03/18 11:08] (current) rpjday [External commands] |
||
---|---|---|---|
Line 1: | Line 1: | ||
===== Overview ===== | ===== Overview ===== | ||
- | Categorized list of Git commands. | + | Categorized list of Git commands via ''git help %%--%%all''. |
===== Commands ===== | ===== Commands ===== | ||
Line 177: | Line 177: | ||
sh-setup Common Git shell script setup code | sh-setup Common Git shell script setup code | ||
stripspace Remove unnecessary whitespace | stripspace Remove unnecessary whitespace | ||
+ | </code> | ||
+ | |||
+ | ==== External commands ==== | ||
+ | |||
+ | These are Git-related commands that have been added via some Git-independent package. | ||
+ | |||
+ | <code> | ||
+ | archive-all | ||
+ | clang-format | ||
+ | credential-gcloud.sh | ||
+ | flow | ||
+ | lfs | ||
+ | review | ||
+ | xcleaner | ||
+ | </code> | ||
+ | |||
+ | ==== Command aliases ==== | ||
+ | |||
+ | <code> | ||
+ | a add | ||
+ | b branch | ||
+ | bl blame | ||
+ | bm bl Makefile | ||
+ | cb checkout -b | ||
+ | cm commit | ||
+ | co checkout | ||
</code> | </code> |