mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-20 14:56:17 -04:00
fix: GitMemo displayed commands
This commit is contained in:
parent
5bd5d2c2f3
commit
b65b69dd97
1 changed files with 1 additions and 5 deletions
|
@ -132,13 +132,9 @@
|
|||
text: 'Rebase a branch into the current',
|
||||
code: 'git rebase [branch]'
|
||||
},
|
||||
{
|
||||
text: 'Rebase merge (conflicts)',
|
||||
code: 'git merge --abort'
|
||||
},
|
||||
{
|
||||
text: 'Continue rebase after resolving conflicts',
|
||||
code: 'git merge --continue'
|
||||
code: 'git rebase --continue'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue