From 409f711889f9ccefb2d0efb3f733e95f47b8ab77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mayer?= Date: Fri, 17 Aug 2012 18:13:39 +0000 Subject: [PATCH] Add a link where to find some GUIs for git. svn path=/trunk/; revision=44554 --- doc/README.developer | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/README.developer b/doc/README.developer index 2d64958535..f07c853dd9 100644 --- a/doc/README.developer +++ b/doc/README.developer @@ -3037,6 +3037,8 @@ to the DISSECTOR_SRC section of epan/CMakeLists.txt 1.10a Using git with the SVN source code tree. Install git and the git-svn package. + A probably incomplete list for various OSes of git GUIs can be found at + "http://delicious.com/matthew.mccullough/git+gui". Run "mkdir git; cd git; git svn clone ", e.g. if you are using the anonymous svn tree, run "git svn clone http://anonsvn.wireshark.org/wireshark/trunk/"