Live data from Hacker News

Git 2.10 has been released

github.com

31–40 of 41 posts

Re: Git 2.10 has been released

#31
post #3

Meta: Beautifully written release summary, including hyperlinks and animated gif "demos". Inspirational for our own releases :-)

Do you know what they might have used to make the gifs?

I use this on OS X and it works great:

https://github.com/vvo/gifify

I tried a lot other services to convert quicktime recording to gif but all of them have color encoding issues.

Re: Git 2.10 has been released

#33
post #30
post #4

Earlier quoted context omitted.

Nice formatting aside, I am slightly concerned that GitHub "releasing a release note" for Git would further blur the distinction between the two for new programmers. If I were new to Git and GitHub, I would have thought that Git is a product of the company GitHub. Edit: After searching through git repo and official site, I could not find any nicely "rendered" release note beyond the official release note in raw markd…

I recently participated in a focus group which was discussing git, github, and other git-ish things. To my eyes, it seemed like most of the other participants were unclear on what the difference between git and github actually was as answers about the two were often interchanged.

In a more perfect world I would have wanted to see GitHub be stopped at the time of release due to trademark concerns, as they clearly did this knowing it would creat this kind of confusion; it devalues git itself and their business model relies on that.

Re: Git 2.10 has been released

#34
post #16

Earlier quoted context omitted.

I do corporate trainings on git. Many prospective clients or vendors call me asking for "g.i.t. hub" trainings. Thankfully though, most of these are just the misinformed marketing teams. The engineering people usually grasp the difference easily when I finally reach the parts about collaboration. I like the cameraphone/instagram analogy. Thanks! I usually do all the pushes/pulls etc. using a file:// remote so that pe…

Interesting. Do you get a lot of work training people in git?

It's reduced a little in the past few months. I've increased my rates a little so that I can focus only on direct clients rather than training vendors who need the prices to be low so that they can take a cut.

Also, I think cheaper git trainers have shown up on the market and many people are already familiar with it both of which have reduced the number of requests I get.

Re: Git 2.10 has been released

#35
post #33
post #30

Earlier quoted context omitted.

I recently participated in a focus group which was discussing git, github, and other git-ish things. To my eyes, it seemed like most of the other participants were unclear on what the difference between git and github actually was as answers about the two were often interchanged.

In a more perfect world I would have wanted to see GitHub be stopped at the time of release due to trademark concerns, as they clearly did this knowing it would creat this kind of confusion; it devalues git itself and their business model relies on that.

That's quite an extraordinary claim. Do you have any actual evidence to support it?

Re: Git 2.10 has been released

#36
post #35
post #33

Earlier quoted context omitted.

In a more perfect world I would have wanted to see GitHub be stopped at the time of release due to trademark concerns, as they clearly did this knowing it would creat this kind of confusion; it devalues git itself and their business model relies on that.

That's quite an extraordinary claim. Do you have any actual evidence to support it?

To support which claim? That they knew naming their product "GitHub" would lead to this kind of confusion? The opposite of that is the extraordinary claim: it is painfully obvious that if you take someone else's product and name yours "ThatProductHub" you will cause semantic confusion over whether your product is directly affiliated with the other product. I am not even sure what evidence could be provided to refute that claim other than a record of extremely low IQ scores :(. People do this because they want to ride on the coat tails of the other brand, whether they want to admit it or not.

Re: Git 2.10 has been released

#38
post #36
post #35

Earlier quoted context omitted.

That's quite an extraordinary claim. Do you have any actual evidence to support it?

To support which claim? That they knew naming their product "GitHub" would lead to this kind of confusion? The opposite of that is the extraordinary claim: it is painfully obvious that if you take someone else's product and name yours "ThatProductHub" you will cause semantic confusion over whether your product is directly affiliated with the other product. I am not even sure what evidence could be provided to refute…

To be fair, I'll point out that you are giving no consideration to the fact that git's popularity is due in part to GitHub's massive success and that the relationship is clearly mutually beneficial.

Re: Git 2.10 has been released

#39
post #15

Does anybody really care about the progress meters? Those useless numbers! You can try to tell me you are not stuck every half second or so, but I don't want to see all the noise. I'd rather it not print out anything by default unless I ask for it or it fails. Why do git developers concern about the colored output? It's completely unrelated to SCM at all. I love the functionality. But it shouldn't be only for git. Ca…

1) The progress meters is important. The scenarios in which this progress meter would matter, would lead to users thinking something strange went wrong and their push did not succeed because of the lack of the progress meters. Besides that, it's a UI manifestation of a bug that would have led to pushes in certain scenarios not working.

2) As long as GIT diff exists, making it more usable should certainly be a core part of changes to GIT diff. There are many utilities you can use for GIT diffs easily enough instead of the base diff. But I like the fact that if I'm at a machine where my preferred utilities are not setup, I still have a very usable diff built into GIT.

Re: Git 2.10 has been released

#40
post #11

Earlier quoted context omitted.

I find the gifs make the text around them far harder to focus on. I'd much prefer they only played on click or hover.

I'm actually surprised that the browsers don't have gif playback controls by now.

In a desktop: right-click, "show controls". Should work in FF / Chrome.
Post reply on HN