The TGit service has been upgraded to Weixin Developer·Code Management Details.
# Glossary - Terms
Git: A free open-source distributed version control system used to manage Mini Program code.
TGit: A Git-based online code hosting service provided by Tencent Cloud.
# Activating and Configuring TGit
Activate TGit
Log in to the Mini Program console, and activate TGit in Settings > DevTools.
Configure project and admin info
Enter the Mini Program project name. The Mini Program admin acts as the TGit project admin, whose user name and password can be customized.
After user name is configured, a full TGIT user name is generated for authentication in TGit. The full user name can be found in the "TGit Permission Control" page.
After submission, check the full TGit user name, which is required for authentication in TGit.
After activation, click Check Permissions to check and configure TGit project member information.
Add TGit project members
(1) Select a member: Select a developer for the Mini Program by searching for Weixin ID and add the developer to the project.
(2) Enter the TGit user name
Enter the user name. Note: After adding the member, you can see his/her full user name in the member configuration page. When using the "git clone" command, the full user name is required for authentication.
Note: It takes time to activate TGit and add project members.
# Weixin DevTools
You can enter the TGit admin console quickly by clicking the Codebase button in the toolbar of Weixin DevTools.
# How to Use It
- Download and install Git https://git-scm.com/downloads.
- Get started with using Git Details.
- Submit code to TGit using Git commands or Git visualization tool.
- Host code and collaborate with others using TGit.