Home > Article > Development Tools > How to use gitee college version
Gitee is one of the largest open source communities in China, providing code hosting, team collaboration, continuous integration, deployment and other services. Gitee University Edition is a free open source collaboration platform provided to teachers and students in major universities, aiming to facilitate code management and collaboration among teachers and students in universities. The following will introduce how to use Gitee College Edition.
1. Register a Gitee account
First, we need to register a Gitee account. On the Gitee official website (https://gitee.com/), click the "Register" button in the upper right corner and fill in the necessary information to register a Gitee account. It should be noted that the mobile phone number of the Gitee account must be a mobile phone number in mainland China, otherwise it cannot be registered.
2. Apply for Gitee College Edition
After registering a Gitee account, we need to apply for Gitee College Edition. On the Gitee official website, click the "College Edition" button in the upper right corner of the page, fill in the necessary information, such as school, college, major, name, etc., and upload relevant supporting materials to apply for Gitee College Edition.
3. Create a project
After applying for Gitee College Edition, we can create our own project. Click the " " button in the upper right corner of the Gitee page, select "New Warehouse", fill in the basic information of the project, such as project name, description, etc., and select the access rights of the project (public or private), and then click "Create Warehouse".
4. Code Management
After creating the project, we can upload our own code. Click the "Code" tab, select the directory to upload the code in the warehouse tree structure on the right, click "Upload File", select the file to upload, fill in the relevant information, and then click "Submit Modifications" to upload the code to Gitee.
5. Team collaboration
Gitee College Edition supports team collaboration function, making it easy to collaborate on projects with classmates and teachers. Click the "Members" tab on the project page, click the "Add Member" button, enter the member's Gitee account, set the member's role and permissions, and then invite others to join the team.
6. Continuous integration deployment
In addition to code management and team collaboration, Gitee College Edition also provides continuous integration deployment functions, which can be achieved by configuring integration, building, testing, deployment and other processes. Automated and rapid code delivery improves development efficiency. Click the "Deployment" tab on the project page and configure it as needed.
7. Learning Resources
Gitee College Edition provides detailed learning resources, including video tutorials, documents and related tools in code management, team collaboration, continuous integration deployment, etc. for user reference study.
In short, Gitee College Edition is a very convenient code management and collaboration platform that helps users quickly carry out team development and improve development efficiency. If you are a student or teacher, quickly apply for Gitee College Edition and experience it!
The above is the detailed content of How to use gitee college version. For more information, please follow other related articles on the PHP Chinese website!