【发布时间】:2019-01-25 15:40:29
【问题描述】:
user@host:~/dir$ git status
On branch master
Your branch is up to date with 'origin/master'.
nothing to commit, working tree clean
user@host:~/dir$ git checkout SMC_VFR_01_18_2019
Switched to branch 'SMC_VFR_01_18_2019'
Your branch is ahead of 'origin/SMC_VFR_01_18_2019' by 2 commits.
(use "git push" to publish your local commits)
user@host:~/dir$
我担心在检查分支后会有待提交的提交。
【问题讨论】:
-
这一切都很普通。你问的是哪一行?
标签: git