Git 本地初始化仓库步骤

git init

 

git config --global user.email "[email protected]"


 

git config --global user.name "snail"


 

git remote add origin ssh://[email protected]:22000/home/webgitweb/web/webkkk.git
 

 

git pull origin master
 

你可能感兴趣的:(Git)