Announcement

Collapse
No announcement yet.

Git 1.8 Is Being Readied With New Features

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

  • Git 1.8 Is Being Readied With New Features

    Phoronix: Git 1.8 Is Being Readied With New Features

    Version 1.8.0 of the popular Git revision control system is nearing. With this version bump also comes new features to this popular open-source project started by Linus Torvalds...

    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
    I glad to see Git news on Phoronix.

    Comment


    • #3
      Wait, they are having feature changes during the RC phase? Do they not have freezes?

      Comment


      • #4
        Git for dummies

        I find revision management systems confusing and difficult to use.

        Is there any crash course into Git?
        Like Git for dummies?

        Is there any good easy-to-use free open source software GUI for Git?

        Comment


        • #5
          Originally posted by uid313 View Post
          I find revision management systems confusing and difficult to use.

          Is there any crash course into Git?
          Like Git for dummies?

          Is there any good easy-to-use free open source software GUI for Git?
          Pro Git is a good read for git newbies (I know as I am one of them), and then when you learn the basics it's just a matter of using Google for solving specific issues.

          As for GUIs some IDEs include support for Git so it's just a matter of pressing a few buttons, although it's almost a requirement that you know how to properly use Git and are familiar with the jargon to begin with. Git itself includes the gitk command which opens a GUI interface, but there are other stand-alone alternatives like git-cola.

          Comment


          • #6
            Originally posted by uid313 View Post
            I find revision management systems confusing and difficult to use.

            Is there any crash course into Git?
            Like Git for dummies?

            Is there any good easy-to-use free open source software GUI for Git?
            I tend to mainly use git-cola as well.

            Github also has some nice totorials:

            Video: http://learn.github.com/p/intro.html
            Live hands on tutorial: http://try.github.com/levels/1/challenges/1

            Comment


            • #7
              I also recommend the git-scm book linked above.

              Comment


              • #8
                Cool unorthodox uses of Git

                I like how people have found cool uses of Git beside as a source code revision management system.

                There are Git-powered wikis that keep the wiki edit revisions using Git.

                There are cloud file storage services, archival systems and backup solutions that use Git to keep file revisions.

                There are Linux distributions (such as Funtoo) that use Git for their package management system and rolling distributions for binary bleeding-edge snapshot.

                Comment

                Working...
                X