# WeChat Developer · Code Management

Developer · Code Management is a code management service for developers, which facilitates WeChat developers to push, pull, version management and multi-person collaboration.

# Opening

Each Weixin Mini Program automatically creates a file withwx_AppIDFor the exclusive project group of the path, users do not need to open it separately.The Mini Program administrator automatically becomes the Owner of the project group, and a developer who has logged in to WeChat Developers Code Management automatically acts as the Master of the project team.

WeChat Developer · Code Management login users must meet both of the following conditions:

  1. The user must be a WeChat developer, that is, a developer of Weixin Mini Program, a subscription number, and Service Account;

  2. The user must be a real-name certified user.

# log in

WeChat Developer Code Management login methods include:

1.Quickly access WeChat Developer · Code Management through "Code Management" in WeChat Developer Tool Version Management.

2.Enter quickly through "WeChat Developer · Code Management" in the WeChat developer tools.

3.Login via browser WeChat scan: https://git.weixin.qq.com

# use

First-time developers, please go to WeChat Developers · Code Management for account opening.Uninitialized accounts will not be able to create projects and pull code.

Users can log into WeChat developer code management system to set personal information, including: nickname, avatar, Git account, SSH key, etc.

# Weixin Mini Program Dedicated Project Group

Each Weixin Mini Program automatically creates a file withwx_AppIDFor the exclusive project group of the path, users do not need to open it separately.

When you add a remote repository to WeChat Developer Tools version management, the system automatically pulls a list of remote repositories created under the Weixin Mini Program exclusive project group.Users can click to select the corresponding warehouse, the system will automatically fill in the warehouse URL and name, convenient for users to add.

After adding a remote repository, if you want to push and pull code, go to the WeChat Developer Code Management System to initialize the account and complete the account settings, including the Git account and password.At the same time, enter the same account and password in the network and in the authentication for the authentication.Details can be found in document .

If no repository is available, go to WeChat Developers · Code Management to create it.

Note that unlike user-created project groups, Weixin Mini Program proprietary project groups have some special features, including:

1.Weixin Mini Program Dedicated project team personnel automatically associate Mini Program developer information and can only manage them in the Mini Program management background and .

2.Weixin Mini Program Administrators will automatically become the Owner of the project group, and developers who have logged in to WeChat Developers · Code Management will automatically become the Master of the project group.Developers who are not logged in will not synchronize permissions.

3.Weixin Mini Program The path to the exclusive project group cannot be modified.

# Other project groups

In addition to Weixin Mini Program dedicated project groups, users can create project groups in WeChat Developer Code Management. Project groups that are not exclusive to Mini Programs are managed entirely by the developer.

# Git Usage Tutorials

  1. Git command usage, Details

  2. WeChat Developer Tools Version Management Usage, Details

  3. Use Git commands or Git visualizers to submit code to WeChat Developer Code Management,