1. checkout one branch, show status user@vbox:/mnt/tmp$ git checkout masterSwitched to branch 'master'user@vbox:/mnt/tmp$ git status# On branch master# Changes not staged for commit:# (use "git add <file>..." to update what will be commi…
SYJ@WIN-95I6OG3AT1N /D/gitlab/ihr-kafka-produce (master) $ git status [由于工作区文件被修改了,所以显示为红色] On branch master Your branch is up-to-date with 'origin/master'. Changes not staged for commit: (use "git add <file>..." to update what will be com…