aboutsummaryrefslogtreecommitdiff
path: root/src/tools/git-memo/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/git-memo/index.ts')
-rw-r--r--src/tools/git-memo/index.ts11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/tools/git-memo/index.ts b/src/tools/git-memo/index.ts
new file mode 100644
index 0000000..f1da354
--- /dev/null
+++ b/src/tools/git-memo/index.ts
@@ -0,0 +1,11 @@
+import { BrandGit } from '@vicons/tabler';
+import type { ITool } from '../Tool';
+
+export const tool: ITool = {
+ name: 'Git cheatsheet',
+ path: '/git-memo',
+ description: 'Git is a decentralized version management sofware. With this cheatsheet you will have a quick acces to the most common git commands.',
+ keywords: ['git', 'push', 'force', 'pull', 'commit', 'ammend', 'rebase', 'merge', 'reset', 'soft', 'hard', 'lease'],
+ component: () => import('./git-memo.vue'),
+ icon: BrandGit,
+};
jarred/experiment-bsp'>jarred/experiment-bsp Unnamed repository; edit this file 'description' to name the repository.
aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2022-04-22There are dylib issues and I don't want to invest more time in this right nowjarred/clipboard-objcGravatar Jarred Sumner 2-0/+663
2022-04-21Add `bun run ${script-name}` clarification (#151)Gravatar Lawrence Chen 1-0/+4
2022-04-20[misc] Fix broken build on macOSGravatar Jarred Sumner 2-5/+11
2022-04-18[misc] explain why wasm isn't released yetGravatar Jarred Sumner 1-1/+4