I'm using sourceTree.
I want to see all changed I have committed but not pushed to the remote repository
how can I do this?
if not through sourceTree, how can I do this by git cmd ?
In SourceTree, it looks like you only need to select the commits (including the latest commit in the remote repo) in order to see the diff:
From the command line, you can simply run 'git diff origin/master'. Assuming your remote repo is called 'origin' and your branch is 'master'
if i dont know what the '2 ahead' or '10 ahead' stand for , how can i see detailed description?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.