Hi everyone, I'm brand new to git, I've been using it for about 2 days :)
I have setup a private repo on bitbucket, and have a local repo on my macbook, which I use during the day travelling for work, and another local repo at home on my windows desktop. That is working well, I can make changes on the macbook during the day, commit them and push them up to the remote repo. Then at night when I get home, I do a "git pull origin master" and all the days updates are on my windows machine, where I can continue working. After being on the macbook all day, when I get home I'd like to see what is out of sync between my windows repo and the remote repo. I know I can do this with "git diff master origin/master" but this shows all the line level changes, is there a way to display only files that are out of sync, without showing the actual line level changes? Thank you. -- 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.