This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
git_all_commands [2019/03/05 11:35] rpjday [External commands] |
git_all_commands [2019/03/18 11:08] (current) rpjday [External commands] |
||
---|---|---|---|
Line 181: | Line 181: | ||
==== External commands ==== | ==== External commands ==== | ||
- | These are commands that have been added via a Git-independent package. | + | These are Git-related commands that have been added via some Git-independent package. |
<code> | <code> | ||
Line 191: | Line 191: | ||
review | review | ||
xcleaner | xcleaner | ||
+ | </code> | ||
+ | |||
+ | ==== Command aliases ==== | ||
+ | |||
+ | <code> | ||
+ | a add | ||
+ | b branch | ||
+ | bl blame | ||
+ | bm bl Makefile | ||
+ | cb checkout -b | ||
+ | cm commit | ||
+ | co checkout | ||
</code> | </code> |