Updated on 2024-11-22 GMT+08:00

Viewing Repository Homepage

The Home tab page displays the basic information about repo, as shown in the following figure.

Table 1 Parameter description

Parameter

Description

Files

Capacity of the current repository The preceding figure shows that 0.04 MB capacity has been used by the current repo.

NOTE:
  • The capacity of a single repository cannot exceed 2 GB (including LFS usage). If the capacity exceeds 2 GB, the repository cannot be used properly and cannot be expanded.
  • When the capacity of a repository exceeds the upper limit, the repository is frozen. In this case, you are advised to delete the repository, control the capacity locally, and push the repository again.

Commits

Number of commits in the default branch of the repo. You can click the number or icon to go to the Commits page under the Code tab page and view the commit details. This example indicates that there are two commits.

Branches

Displays the number of branches in the current repository. You can click the branch icon or the number above it to go to the Code tab page and manage Branches.

Tags

Displays the number of tags in the current repository. You can click the icon to go to the Code tab page and manage tags.

Members

Displays the number of members in the current repository. You can click the icon to go to the Members tab page and manage members.

LFS Usage

Collect statistics on the LFS usage of the current repository.

Repository description

The description entered during repository creation.

README.md

You can preview README files. If no Readme file exists in the repository, click Create Readme to create one.

Name: The default file name is README.md.

Format: The options are as follows:
  • text: indicates text data or a text string.
  • base64: Base64 is a method of representing binary data based on 64 printable characters.

Content: The value can be customized.

  • If the format is text, enter common text.
  • If the format is base64, enter Base64-encoded content that can pass the encoding verification.

Commit Message: Enter the commit information about the file or folder, which can be customized.

Info

Displays the creation time, creator, visible scope, and status of a repository.

Readme

Displays the README file of the current repository. You can click the file name to go to the Code tab page and view the file content.

Languages

Displays the percentage of each language by file size in the current repository.