|
12 | 12 | - [`git clear-soft`](#git-clear-soft) |
13 | 13 | - [`git coauthor`](#git-coauthor) |
14 | 14 | - [`git commits-since`](#git-commits-since) |
| 15 | + - [`git continue`](#git-continue) |
15 | 16 | - [`git contrib`](#git-contrib) |
16 | 17 | - [`git count`](#git-count) |
17 | 18 | - [`git cp`](#git-cp) |
@@ -415,9 +416,9 @@ $ git coauthor user user@email.com |
415 | 416 | 2 files changed, 145 insertions(+), 0 deletions(-) |
416 | 417 | create mode 100644 README.md |
417 | 418 | create mode 100644 CONTRIBUTING.md |
418 | | - |
| 419 | + |
419 | 420 | $ git log -1 |
420 | | - |
| 421 | + |
421 | 422 | commit b62ceae2685e6ece071f3c3754e9b77fd0a35c88 (HEAD -> master) |
422 | 423 | Author: user person <userperson@email.com> |
423 | 424 | Date: Sat Aug 17 17:33:53 2019 -0500 |
@@ -1368,7 +1369,7 @@ Switched to branch 'mr/51' |
1368 | 1369 | With full URL, the head is fetched from a temporary remote pointing to the base URL. |
1369 | 1370 |
|
1370 | 1371 | ``` bash |
1371 | | -$ git mr https://gitlab.com/owner/repository/merge_requests/51 |
| 1372 | +$ git mr https://gitlab.com/owner/repository/merge_requests/51 |
1372 | 1373 | From gitlab.com:owner/repository |
1373 | 1374 | * [new ref] refs/merge-requests/51/head -> mr/51 |
1374 | 1375 | Switched to branch 'mr/51' |
@@ -1623,3 +1624,7 @@ Abort current revert, rebase, merge or cherry-pick, without the need to find exa |
1623 | 1624 | ## git magic |
1624 | 1625 |
|
1625 | 1626 | Commits changes with a generated message. |
| 1627 | +
|
| 1628 | +## git continue |
| 1629 | +
|
| 1630 | +Continue current revert, rebase, merge or cherry-pick, without the need to find exact command in history. |
0 commit comments