How do you compare (with the repository version or another version, branch)?
Something along the lines of (other ui tools might differ slightly):
gitk 1.2 1.3
gitk master origin
git diff master..origin/master
dit diff master..origin/feature-branch

history view:
getting a revision, 
git checkout 1.2

comparing 2 revisions,
git diff 1.2..1.3
in gitx:
git diff v0.5 v0.6 | gitx

getting the contents?
git checkout 1.4

Annotations?
git-annotate or git-blame (personal preference)

I hope that answers some of your question? Let me know if you are curious
about anything else?

(the "no integration needed" comment was more addressing SVN's need to be
integrated in order to track renames, or it dies.)


Johan Compagner wrote:
> 
> no integration needed?
> How do you compare (with the repository version or another version,
> branch)?
> 
> how do you check what is all incoming? (synchronize with working sets)
> History view: getting a revision, comparing 2 revisions, getting the
> contents?
> Annotations?
> 
> I use above points daily. I cant do without it.
> 
> johan
> 
> 
> 
> 
> On Thu, Mar 4, 2010 at 22:10, Antony Stubbs <antony.stu...@gmail.com>
> wrote:
> 
>>
>> Like the man said, the eclipse support ain't too bad. But the way Git
>> works
>> you really don't _need_ integration.  If you want a good ui there's
>> Tortoise
>> Git for windows or GitX for OSX.
>>
>> git-svn is useful, but limits you. It's very slow and cannot support
>> merges
>> (because it has to eventually fall back to SVN representation).
>>
>>
>> jcompagner-2 wrote:
>> >
>> > How is the latest eclipse plugin support?
>> >
>> > But why not just use then  svn-git 'bridge' that git has build in?
>> >
>> > ----- Original message -----
>> >> What's the latest on Git migration? If not for Wicket proper, for
>> >> Wicket-Stuff?
>> >> Windows support as come a long way...
>> >>
>> >
>> >
>> >
>>
>>
>> -----
>> ___________________________
>>
>> http://stubbisms.wordpress.com http://stubbisms.wordpress.com
>> --
>> View this message in context:
>> http://old.nabble.com/Git-migration-for-stuff-tp27774047p27786581.html
>> Sent from the Wicket - Dev mailing list archive at Nabble.com.
>>
>>
> 
> 


-----
___________________________

http://stubbisms.wordpress.com http://stubbisms.wordpress.com 
-- 
View this message in context: 
http://old.nabble.com/Git-migration-for-stuff-tp27774047p27788018.html
Sent from the Wicket - Dev mailing list archive at Nabble.com.

Reply via email to