Linux-Git的使用方法


Git的使用方法

 

1. 登陆服务器,使用ldap账号登陆:
http://git.cxxxyx.mobi/

Profile:
http://git.cxxxyx.mobi/profile

ssh key
http://git.cxxxyx.mobi/profile/keys
如何生成ssh key:
http://git.cxxxyx.mobi/help/ssh/ssh.md

使用Git复制项目:
git clone git@git.cxxxyx.mobi:android/pedometer.git

子模块(submodule):
git submodule init
git submodule update

rm *.gradle

 

 

相关内容

    暂无相关文章