Browse Source

feat: update ngit command reference

as the ngit api changed from clain to init
master
DanConwayDev 2 years ago
parent
commit
e4d545a648
No known key found for this signature in database
GPG Key ID: 68E15486D73F75E1
  1. 4
      src/routes/+page.svelte

4
src/routes/+page.svelte

@ -60,9 +60,7 @@
</div> </div>
<button <button
on:click={() => on:click={() =>
alert( alert('install ngit and run `ngit init` your local git repository')}
'install ngit and run `ngit claim` your local git repository'
)}
class="btn btn-secondary">list your repository</button class="btn btn-secondary">list your repository</button
> >
</div> </div>

Loading…
Cancel
Save