git创建本地与远程分支的同步与合并

2018-11-14  本文已影响0人  lzbethelight
git.png
$ git branch
* master
$ git branch -a
*master
remotes/origin/ -> origin/master
remotes/origin/master

​ *星号表示当前所在分支 remote 表示远程分支

$ git status
On branch master
Your branch is up-to-date with 'origin/master'.
nothing to commit, working tree clean
上一篇下一篇

猜你喜欢

热点阅读