Hello everyone,

I have git install on different pc, and on this pc I have different 
behavior on result of the command "git status". After did some git commit I 
do git status and have this two situation:


*PC1*[code]

On branch master
nothing to commit, working directory clean
[/code]


*PC2*[code]
On branch masterYour branch is ahead of 'origin/master' by 1 commit.
  (use "git push" to publish your local commits)
nothing to commit, working directory clean
[/code]

I would like have the same detail in response of the git in same machine. How 
can I fix this?
*Note:* the environment is the same, version git 2.7.4 and Lubuntu 16.04 LTS

thanks


-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to