diff options
author | Silvino <silvino@bk.ru> | 2019-08-03 01:12:15 +0100 |
---|---|---|
committer | Silvino <silvino@bk.ru> | 2019-08-03 01:12:15 +0100 |
commit | 553e350e13c8e9abf0a9732476db1dd7843b09a2 (patch) | |
tree | 37f0bea562d50b4f68db9efb1678a35ad20e3dc0 /dev/git/index.html | |
parent | 52f8e253736be4d3f9c8dac778cc5e4c5ddc85a8 (diff) | |
download | doc-553e350e13c8e9abf0a9732476db1dd7843b09a2.tar.gz |
dev git index revision
Diffstat (limited to 'dev/git/index.html')
-rw-r--r-- | dev/git/index.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev/git/index.html b/dev/git/index.html index 463b506..9794890 100644 --- a/dev/git/index.html +++ b/dev/git/index.html @@ -33,6 +33,29 @@ </li> </ul> + <p>Link to examples of following git commands.</p> + + <ul> + <li><a href="work.html#init">init</a></li> + <li><a href="work.html#status">status</a></li> + <li><a href="work.html#add">add</a></li> + <li><a href="work.html#commit">commit</a></li> + <li><a href="work.html#log">log</a></li> + <li><a href="work.html#ls-files">ls-files</a></li> + <li><a href="work.html#rev-list">rev-list</a></li> + <li><a href="work.html#checkout">checkout</a></li> + <li><a href="work.html#reset">reset</a></li> + <li><a href="work.html#format-patch">format-patch</a></li> + <li><a href="work.html#remote">remote</a></li> + <li><a href="work.html#fetch">fetch</a></li> + <li><a href="work.html#fetch">pull</a></li> + <li><a href="branch.html#rebase">rebase</a></li> + <li><a href="branch.html#push">push</a></li> + <li><a href="branch.html#merge">merge</a></li> + <li><a href="branch.html#tag">tag</a></li> + <li><a href="branch.html#cherry-pick">cherry-pick</a></li> + </ul> + <a href="../index.html">Development Index</a> <p>This is part of the Hive System Documentation. |