Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

WeChat Gadget Tool Code Hosting


May 20, 2021 WeChat Mini Program Development Document


Table of contents


Noun interpretation

Git: is a free open source distributed version control system. We can use Git to manage our little program code.

TGit: is a Git-based online code hosting service provided by Tencent Cloud.


TGit start-up and configuration process

1. Open TGit

Developers can log in to the small program management background and open TGit in the Settings-Developer Tool.

WeChat Gadget Tool Code Hosting

2. Configure project information, administrator information

Fill in the program project name. The small program administrator will act as a TGit project administrator and can customize the administrator's username and password.

Once the user name is configured, a full TGit user name is generated to authenticate within the TGit and view the full user name on the permissions control page.

WeChat Gadget Tool Code Hosting

Once submitted, review the full TGit userna name, which is required to verify your identity within TGit.

WeChat Gadget Tool Code Hosting

3. When you're up, go to View Permissions to view and configure TGit project membership information

WeChat Gadget Tool Code Hosting

4. Add TGit project members

(1) Select members: through microseal search, select a developer of the small program to add to the project.

WeChat Gadget Tool Code Hosting

(2) Fill in the TGit userna name

Fill in the user name, note: After you add a member, you can view the member's full user name on the member configuration page, and you need to verify it with the full user name when using the git clone command.

WeChat Gadget Tool Code Hosting

Note: Turn on TGit and add project members for a long time, please be patient


WeChat developer tool

WeChat Gadget Tool Code Hosting

The WeChat developer toolbar provides quick access to the TGit management background using the Code Warehouse button

WeChat Gadget Tool Code Hosting


How to use it

  1. Download and install Git, https://git-scm.com/downloads
  2. Familiarize yourself with how Git is used, details
  3. Submit code to TGit using Git commands or Git visualization tools
  4. Use TGit for code hosting and multiplayer collaboration