Updated on 2023-07-25 GMT+08:00

Viewing Repository Homepage

The Home tab page displays the basic information about a repository.

Table 1 Parameter description

Parameter

Description

Files

Capacity of the current repository

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

Displays the number of commits in the current repository. You can click the icon to go to the Code tab page and view commit details.

Branches

Displays the number of branches in the current repository. You can click the icon 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.