Announcement

Collapse
No announcement yet.

Git 2.20 Brings Many Fixes, Updates To Windows Port

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Git 2.20 Brings Many Fixes, Updates To Windows Port

    Phoronix: Git 2.20 Brings Many Fixes, Updates To Windows Port

    Junio Hamano has released Git 2.20 as the newest version of this widely-used distributed revision control system...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    Very nice with improvements to the auto-completion support as this improves usability.

    It would be very nice if Git was refactored to be more consistent. It could be more intuitive. Git is not so user friendly.

    Comment


    • #3
      uid313 that is happening, slowly but consistently, in each release.

      E.g. from this one:

      * "git branch -l <foo>" used to be a way to ask a reflog to be
      created while creating a new branch, but that is no longer the
      case. It is a short-hand for "git branch --list <foo>" now.

      Comment


      • #4
        Originally posted by TheCycoONE View Post
        uid313 that is happening, slowly but consistently, in each release.

        E.g. from this one:

        * "git branch -l <foo>" used to be a way to ask a reflog to be
        created while creating a new branch, but that is no longer the
        case. It is a short-hand for "git branch --list <foo>" now.
        Oh great! 👍
        This is amazing! ❤
        This is exactly the kinds of things that I was hoping for.
        Things like this is what bites people and make Git confusing and incoherent.

        I hope to see lots of similar improvements to make Git more sane and predictable.

        Comment


        • #5
          I'm still waiting for partial clone

          Comment

          Working...
          X