git-svn display svn repository url
My project is setting up using git and upload to svn. However, i forgot what is the svn repository url 开发者_开发百科that is configured with my project. Is there a command line to show that information?
Thanks,
git svn info
That should do the trick
精彩评论