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
					

另请参阅:

版权声明: 本文为独家原创稿件,版权归 乐数软件 ,未经许可不得转载。

上一话题

GB18030 中文字符集

下一话题

Digitser 硬件环境要求

快速搜索