Hi all,
in prepartion for the big bang I am reading pages like https://www.mediawiki.org/wiki/Git/Workflow but I miss a recommondation for a good Git GUI, especially for Win 7.
Has anyone tested TortoiseGit? Is it a good choice for developers who use TortoiseSVN since years?
Does it support git-review too?
Thanks for your help.
Raimond.
I've been testing some GUIs for Mac. So far the git-review support is usually what eliminates an app from consideration. No luck yet...
-Greg
____________ Sent from my iPhone. Apologies for any typos. A more detailed response may be sent later.
On Mar 8, 2012, at 12:09 PM, Raimond Spekking raimond.spekking@gmail.com wrote:
Hi all,
in prepartion for the big bang I am reading pages like https://www.mediawiki.org/wiki/Git/Workflow but I miss a recommondation for a good Git GUI, especially for Win 7.
Has anyone tested TortoiseGit? Is it a good choice for developers who use TortoiseSVN since years?
Does it support git-review too?
Thanks for your help.
Raimond.
Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l
Op 8 mrt. 2012 om 18:09 heeft Raimond Spekking raimond.spekking@gmail.com het volgende geschreven:
Hi all,
in prepartion for the big bang I am reading pages like https://www.mediawiki.org/wiki/Git/Workflow but I miss a recommondation for a good Git GUI, especially for Win 7.
Has anyone tested TortoiseGit? Is it a good choice for developers who use TortoiseSVN since years?
I'm using TortoiseGIT for visual diffing and committing, as well as for looking into the commit logs. Works well enough for me. I push using command line (often a batch script).
Does it support git-review too?
That I have not looked into. I push using command line.
-- Siebrand Mazeland
M: +31 6 50 69 1239 Skype: siebrand
Am 08.03.2012 18:26, schrieb Siebrand Mazeland:
Op 8 mrt. 2012 om 18:09 heeft Raimond Spekking raimond.spekking@gmail.com het volgende geschreven:
in prepartion for the big bang I am reading pages like https://www.mediawiki.org/wiki/Git/Workflow but I miss a recommondation for a good Git GUI, especially for Win 7.
Has anyone tested TortoiseGit? Is it a good choice for developers who use TortoiseSVN since years?
https://www.mediawiki.org/wiki/Git_Graphical_User_Interfaces
I have tried the TortoiseGIT but i did not like it that much. now i am using "SmartGit" for my other git projects because some of the features is very useful for me. Here is the download link http://www.syntevo.com/smartgit/index.html
thanks nasir
On Fri, Mar 9, 2012 at 12:14 AM, Thomas Gries mail@tgries.de wrote:
Am 08.03.2012 18:26, schrieb Siebrand Mazeland:
Op 8 mrt. 2012 om 18:09 heeft Raimond Spekking <
raimond.spekking@gmail.com> het volgende geschreven:
in prepartion for the big bang I am reading pages like https://www.mediawiki.org/wiki/Git/Workflow but I miss a recommondation for a good Git GUI, especially for Win 7.
Has anyone tested TortoiseGit? Is it a good choice for developers who use TortoiseSVN since years?
https://www.mediawiki.org/wiki/Git_Graphical_User_Interfaces
Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l
On Thu, 08 Mar 2012 09:09:54 -0800, Raimond Spekking raimond.spekking@gmail.com wrote:
Hi all,
in prepartion for the big bang I am reading pages like https://www.mediawiki.org/wiki/Git/Workflow but I miss a recommondation for a good Git GUI, especially for Win 7.
Has anyone tested TortoiseGit? Is it a good choice for developers who use TortoiseSVN since years?
Does it support git-review too?
Thanks for your help.
Raimond.
I've heard comments that TortoiseGit was sub-standard. It didn't even have support for the index.
I put together this awhile ago: https://www.mediawiki.org/wiki/Git_Graphical_User_Interfaces
For Windows I suggest trying to use "Git Extensions". The UI seamed to be very fully featured. It also came bundled with an installer for git/mysgit, bash, and some putty pieces. So it even gives you access to a unix-like command line.
For OS X, I haven't been using a GUI (besides `git gui`) so I can't say for sure what is the best. But "Source Tree" is looking a little more promising than GitX.
Unfortunately for git-review, I don't think there is a single GUI that supports it.
I am just starting to use a git GUI on my Mac and don't have much experience with different clients, but there is a good overview/review on stackoverflow: http://stackoverflow.com/questions/455698/best-visual-client-for-git-on-mac-...
Favorites seem to be - Tower (for most beautiful UI) http://www.git-tower.com/ - SourceTree (for supporting multiple repositories) http://www.sourcetreeapp.com/
Best, Christoph
Am 08.03.2012 um 19:25 schrieb Daniel Friesen:
On Thu, 08 Mar 2012 09:09:54 -0800, Raimond Spekking raimond.spekking@gmail.com wrote:
Hi all,
in prepartion for the big bang I am reading pages like https://www.mediawiki.org/wiki/Git/Workflow but I miss a recommondation for a good Git GUI, especially for Win 7.
Has anyone tested TortoiseGit? Is it a good choice for developers who use TortoiseSVN since years?
Does it support git-review too?
Thanks for your help.
Raimond.
I've heard comments that TortoiseGit was sub-standard. It didn't even have support for the index.
I put together this awhile ago: https://www.mediawiki.org/wiki/Git_Graphical_User_Interfaces
For Windows I suggest trying to use "Git Extensions". The UI seamed to be very fully featured. It also came bundled with an installer for git/mysgit, bash, and some putty pieces. So it even gives you access to a unix-like command line.
For OS X, I haven't been using a GUI (besides `git gui`) so I can't say for sure what is the best. But "Source Tree" is looking a little more promising than GitX.
Unfortunately for git-review, I don't think there is a single GUI that supports it.
-- ~Daniel Friesen (Dantman, Nadir-Seen-Fire) [http://daniel.friesen.name]
Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l
On 08/03/12 20:50, Christoph Kepper wrote:
I am just starting to use a git GUI on my Mac and don't have much experience with different clients, but there is a good overview/review on stackoverflow: http://stackoverflow.com/questions/455698/best-visual-client-for-git-on-mac-...
Favorites seem to be
- Tower (for most beautiful UI) http://www.git-tower.com/
- SourceTree (for supporting multiple repositories) http://www.sourcetreeapp.com/
Best, Christoph
Don't fall just for fancy GUIs if you pretend to use it with phase3. Some of them have an horrible performance (= are unusable) with big repos.
Unfortunately for git-review, I don't think there is a single GUI that supports it.
There's actually no requirement for using git-review. It simply makes things easier. If you set up the remote, and make sure to include the commit-msg hook, you can use anything you want.
I haven't started using git-review at all. I'm still using the aliases/remotes I originally made for the puppet repo.
- Ryan
Le 08/03/12 19:25, Daniel Friesen a écrit :
For OS X, I haven't been using a GUI (besides `git gui`) so I can't say for sure what is the best. But "Source Tree" is looking a little more promising than GitX.
GitX has been forked over and over.
The original one is at https://github.com/pieter/gitx , if you look at the network https://github.com/pieter/gitx/network the laullon fork seems to be the most maintained one.
Screenshots etc are at http://gitx.laullon.com/
Am 08.03.2012 19:25, schrieb Daniel Friesen:
I've heard comments that TortoiseGit was sub-standard. It didn't even have support for the index.
I put together this awhile ago: https://www.mediawiki.org/wiki/Git_Graphical_User_Interfaces
Thanks, I was not aware of the existence of this list. Wonderful! I will try your suggestion.
Raimond.
wikitech-l@lists.wikimedia.org