Command to show branch being tracked and revisions behind by git svn

51 views Asked by At

I just want to know to what I am pushing when I use git svn dcommit and from what I am pulling when I git svn rebase.

Is there a commandline command I could execute that would give me that information? I just want the branch name.

Also, is there any way to see how many revisions I'm behind or ahead with git svn?

Thanks!

1

There are 1 answers

1
weiglt On

Try a dry run: git svn dcommit --dry-run, same for rebase.