Project113

Browsing Contents

The web interface lets you explore your repository files without cloning locally.

Repository Overview

The main repository page shows a file browser listing all files and directories at the root of the currently selected branch. You can:

  • Click on directories to navigate into them.
  • Click on files to view their contents with syntax highlighting.
  • Use the branch/tag selector to switch between refs.

Viewing File Contents

When viewing a file, you can see its raw content, line numbers, and file metadata. The platform supports syntax highlighting for most common programming languages.

File Icons

Each file type is displayed with an appropriate icon based on its extension, making it easy to visually distinguish between different types of files.

Clone URLs

Both SSH and HTTPS clone URLs are displayed on the repository overview page. Copy the appropriate URL for your setup:

# SSH
git clone git@project113.com:user/repo.git

# HTTPS
git clone https://project113.com/user/repo.git

Ref Selection

Use the ref dropdown to switch between branches and tags. The file tree updates to show the contents at that ref's latest commit.