Git 源代码 版本管理

Git 是源代码版本管理工具。

从 Git 存储库下载源代码

git clone --recursive http://user_name@192.168.1.50:1010/test.git
 
git switch -c <new-branch-name>
					

设置登录用户名、登录地址

git config --global user.name "user_name"
 
git config --global user.email "user_name@192.168.1.50:1010"
 
git init
					

另请参阅:

版权声明: 本文为独家原创稿件,版权归 Logiciel Numérique Heureux ,未经许可不得转载。

Sujet Précédent

GB18030 中文字符集

Sujet Prochain

Digitser 硬件环境要求

Recherche Rapide