1. 程式人生 > >git一些基礎操作

git一些基礎操作

安裝完成後,還需要最後一步設定,在命令列輸入:

$ git config --global user.name "Your Name"
$ git config --global user.email "[email protected]"

 

生成專案shhKey

$  ssh-keygen

檢視生成key

  $ cat ~/.ssh/id_rsa.pub

 

使用簡易指南

http://www.bootcss.com/p/git-guide/