Can someone tell me - is where are way to get verbose output from git svn fetch?
If i try to run:
git svn fetch --verbose / git svn fetch --v
I receive:
Unknown option: verbose/ Unknown option: v
Cant find anything about this problem on the web, git svn version:
git-svn version 2.6.4 (svn 1.9.4)
My task is to find out is where are any new commits i get from fetch. With git fetch -v - i can check is where are new commits, can i do same thing with svn?
Or maybe i can use some other git svn command to understand is where are any new commits on remote?
git svn fetch is not support --verbose option. It seems you wan to find where the remote is located.
You can find the remote svn location (URL) in .git/svn/.metadata or .git/config file.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With