fix: GitMemo displayed commands

This commit is contained in:
Dante-DaCapo 2022-03-02 14:36:50 +01:00
parent 5bd5d2c2f3
commit b65b69dd97

View file

@ -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'
},
]
},