Coder Social home page Coder Social logo

whygitisbetter's People

Contributors

bryceroney avatar greatseth avatar henrik avatar josephpecoraro avatar lethor avatar pjhyett avatar schacon avatar tekkub avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

whygitisbetter's Issues

Website should be updated with the latest version.

I was reading the actual page:
http://whygitisbetterthanx.com

I noticed a typo, came here to fix and it was already fixed in the following commit:
d933f6f » schacon 2009-01-17 little fix submitted by robins

So 1/17/2009 is when the fix came in, the page being served to me has the following header:
Last-Modified:Fri, 09 Jan 2009 19:15:07 GMT

The website seems to be out of date and it should be updated.
Cheers

New topic: self-ignoring ignores

Git is better than Subversion in that it can do “self-ignoring ignores”, that is, temporary ignores. For example, creating a git-repo/committed-xml-dir/.gitignore:

/.gitignore
/*.xml

This will cause all XML files in that directory to then be ignored, and if you do a git status the .gitignore won't show up either. This allows files to be temporarily ignored locally without having to commit anything. In contrast, Subversion ignores are handled via a the svn:ignore property, and you can't do svn propset svn:ignore "*.xml" ." and then ignore the ignore viasvn:ignore "." .`—it doesn't work.

outdated benchmarks

Any chance the benchmarks could be updated?

The current benchmarks for bzr seem to be based on bzr 1.0, which is fairly old by now.

FWIW I'm now getting the following results with 2.1:
bzr branch lp:django dj-bzr 26.92s user 1.33s system 48% cpu 58.801 total
git clone git://github.com/brosner/django.git dj-git 3.15s user 0.69s system 13% cpu 28.050 total
50M dj-bzr
53M dj-git

Still half as slow, but a lot better than with 1.0 :-)

The Django mercurial repo mentioned on the site appears to've gone away.

New topic: distribution

I'd add a new section listing the biggest and most influential projects that already moved to GIT. This could be categorized by programming language or community:

Java:

  • eclipse
  • apache software foundation (planned)

C(++):

  • KDE, QT
  • Gnome
  • X.org, freedesktop

The text should give a link to the full list: https://git.wiki.kernel.org/index.php/GitProjects

outdated information?

  • hg does have a github/gitorious equivelant: bitbucket
  • some people claim that hg does have cheap branches (I can't verify this since I don't use it) (I also lost the link to the claim).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.