从远端拉取分支到本地

➜ TinyHours git:(master) git status

On branch master

Your branch is up to date with 'origin/master'.

nothing to commit, working tree clean

➜  TinyHours git:(master) git pull

Already up to date.

Current branch master is up to date.

➜  TinyHours git:(master) git status

On branch master

Your branch is up to date with 'origin/master'.

nothing to commit, working tree clean

➜  TinyHours git:(master) cd

➜  ~ cd /Users/ahs

➜  ~ git clone http://code.aihuishou.com/zhuwenqi/TinyHours.git

Cloning into 'TinyHours'...

remote: Enumerating objects: 433, done.

remote: Counting objects: 100% (433/433), done.

remote: Compressing objects: 100% (210/210), done.

remote: Total 433 (delta 278), reused 342 (delta 213), pack-reused 0

Receiving objects: 100% (433/433), 57.61 KiB | 19.00 KiB/s, done.

Resolving deltas: 100% (278/278), done.

➜  ~ cd /Users/ahs/TinyHours

➜  TinyHours git:(master)

©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容