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$
I'm concerned about that after checking out the branch there are pending commits.