Compare commits

...

2 Commits

Author SHA1 Message Date
Corentin Thomasset
d87091b23f chore(config): no index 2022-04-23 00:48:31 +02:00
Dante-DaCapo
b65b69dd97 fix: GitMemo displayed commands 2022-03-02 14:36:50 +01:00
3 changed files with 3 additions and 6 deletions

View File

@@ -18,6 +18,7 @@
<meta property="og:image" content="/img/banner.png">
<meta name="twitter:image" content="/img/banner.png">
<link rel="author" href="humans.txt" />
<meta name="robots" content="noindex">
</head>
<body>
<noscript>

View File

@@ -1,2 +1,2 @@
User-agent: *
Disallow:
Disallow: *

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