Hi. I'm much more familiar with Mercurial than I am with Git, but I've decided to take the plunge into Git so that I can use git-svn. Now, I know that
% git svn rebase is kind of like % hg pull With Mercurial, however, you can do % hg incoming if you want to see what the pull will do before you actually do it. I was imagining that adding the "-n" option to "git svn rebase" would be the equivalent. I.e., like so: % git svn rebase -n But the above really doesn't reveal much information at all. So, what, dear friends, is the proper git-svn equivalent for "hg incoming"? Thanks, |>ouglas --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Git for human beings" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/git-users?hl=en -~----------~----~----~----~------~----~------~--~---
