mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-20 23:06:14 -04:00
feat: git memo
Signed-off-by: Corentin Thomasset <corentin.thomasset74@gmail.com>
This commit is contained in:
parent
c8c0dceb21
commit
cb0e3f91db
6 changed files with 265 additions and 0 deletions
|
@ -109,6 +109,19 @@ const toolsComponents = [
|
|||
keywords: ['text', 'dolor', 'sit', 'placeholder', 'fill', 'dummy']
|
||||
}
|
||||
],
|
||||
},
|
||||
{
|
||||
title: 'Memos',
|
||||
child: [
|
||||
{
|
||||
text: 'Git memo',
|
||||
path: '/git-memo',
|
||||
icon: 'fa-code-branch',
|
||||
component: () => import('./routes/tools/GitMemo'),
|
||||
keywords: ['git', 'push', 'rebase', 'merge', 'tag', 'commit', 'checkout']
|
||||
}
|
||||
]
|
||||
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue