推薦網站:httpss://gogojimmy.net/2012/01/17/how-to-use-git-1-git-basic/
安裝 git
$ sudo apt-get install git
下載 source code
例如:
$ git clone httpsss://xxxxx/tegra.git
配置使用git仓库的人员姓名
例如:
$ git config –global user.name “Your Name Comes Here”
配置使用git仓库的人员email
$ git config –global user.email you@yourdomain.example.com