标签:url 流程 豆瓣 申请 status https title 远程 名称
$ git config --global user.name "xxx" $ git config --global user.email "xxxxxx@xxx.com"
$ git config user.name
$ git config user.email
$ ssh-keygen -t rsa -C “xxxxxx@xxx.com”
$ cat ~/.ssh/id_rsa.pub
$ ssh -T git@github.com
$ git clone https://github.com/用户名/仓库名 $ cd 仓库名(及clone到本地的文件夹名称) $ git status
$ git add 文件 $ git commit -m "提交时想要备注的信息" $ git push
《Github入门与实践》读书笔记 蟲咋先生的追求之旅(上)
标签:url 流程 豆瓣 申请 status https title 远程 名称
原文地址:http://www.cnblogs.com/loncocoon/p/7819203.html