feat: git memo

Signed-off-by: Corentin Thomasset <corentin.thomasset74@gmail.com>
This commit is contained in:
Corentin Thomasset 2020-06-21 18:34:17 +02:00
parent c8c0dceb21
commit cb0e3f91db
No known key found for this signature in database
GPG key ID: DBD997E935996158
6 changed files with 265 additions and 0 deletions

View file

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