afredlyj / mynote

idea and note
1 stars 0 forks source link

Git相关 #21

Open afredlyj opened 8 years ago

afredlyj commented 8 years ago

Git学习资料

  1. 廖雪峰的官方网站
  2. Pro Git
  3. Learning Git
afredlyj commented 7 years ago

Gerrit

http://whjgithub.github.io/2015/07/22/2015-07-22-225035/

http://www.chanjar.me/blog/2014/09/02/ru-he-zai-gerrit-zhong-xiu-gai-yi-ti-jiao-de-change

afredlyj commented 7 years ago

远程仓库

使用git时,一般下载远程服务创建新的仓库,然后git clone到本地。 但有时也会直接先在本地创建git仓库,然后将远程仓库和本地仓库关联起来:

git remote add origin git@github.com:afredlyj/jmhdemo.git