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
另請參閱:
版權聲明: 本文為獨傢原創稿件,版權歸 樂數軟件 ,未經許可不得轉載。