跳到主要内容

Code

📄️ Git LFS

Git LFS stands for Git Large File Storage, a tool used to effectively manage large binary files. It allows developers to separate large files from the code repository, such as images, audio, video, and data files, storing them in a separate storage area and keeping only references to the files in the repository. This avoids the repository becoming too large due to each save's diff, speeds up the cloning and downloading of the repository, and ensures that version control of large files does not cause performance issues.

📄️ Code Owners

Using the Code Owners feature on GitCode can help the project team ensure that key parts of the code are reviewed by the right and suitable people. The Code Owners feature allows you to specify "owners" for specific files or folders in your repository. These owners will be automatically requested to review the code when related files or folders are modified and a Pull Request is created. This article will guide you on how to set up and use the Code Owners feature in GitCode to improve the efficiency and quality of code reviews.