gitshark

Clone repository

git clone https://gitshark.de/git/workaround/Gitshark.git
git clone git@gitshark.de:workaround/Gitshark.git
{#include layout}
{#title}{path ?: '/'} at {ref} – {repo.name}{/title}
<div class="repo-layout">
    {#include RepositoryResource/sidebar nav=nav active='code' /}
    <section class="repo-main">
        <nav class="breadcrumb" aria-label="Path">
            {#for crumb in crumbs}
            {#if crumb.href}<a href="{crumb.href}">{crumb.label}</a>{#else}<span class="current">{crumb.label}</span>{/if}
            {#if crumb_hasNext}<span class="sep">/</span>{/if}
            {/for}
        </nav>
        <div class="panel">
            <div class="files">
                {#for entry in entries}
                <a class="frow" href="/repos/{repo.ownerHandle}/{repo.name}/tree/{ref}/{entry.path}">
                    <span class="fname">
                        <span class="g{#if entry.directory} dir{/if}">{#if entry.directory}▸{#else}≡{/if}</span>
                        <span class="n">{entry.name}</span>
                    </span>
                </a>
                {/for}
            </div>
        </div>
    </section>
</div>
{/include}

Keyboard shortcuts

?Show this help
g hGo home
EscClose dialog