Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Anybody using Git?

Anybody using Git?

Scheduled Pinned Locked Moved The Lounge
collaborationcsharpc++comtools
17 Posts 15 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Pete OHanlon

    For a moment I thought you were talking about me. Nope - not using git, just being an grumpy old one.

    Deja View - the feeling that you've seen this post before.

    My blog | My articles

    L Offline
    L Offline
    leckey 0
    wrote on last edited by
    #7

    That seems to be a UK insult only. I've never heard anyone in the US use it.

    Current Rant: "What happened to REAL programmers?" http://craptasticnation.blogspot.com/[^]

    P F 2 Replies Last reply
    0
    • L leckey 0

      That seems to be a UK insult only. I've never heard anyone in the US use it.

      Current Rant: "What happened to REAL programmers?" http://craptasticnation.blogspot.com/[^]

      P Offline
      P Offline
      Pete OHanlon
      wrote on last edited by
      #8

      leckey wrote:

      That seems to be a UK insult only.

      It is. It's also a reference to a state of being; whereby you can't take the stupid things anymore and you become a grumpy old fart.

      Deja View - the feeling that you've seen this post before.

      My blog | My articles

      1 Reply Last reply
      0
      • N Nemanja Trifunovic

        I keep hearing more about Git[^], a new, distributed, version control system initially developed by Linus Torvalds. Has anybody worked with it? Experiences?

        Programming Blog utf8-cpp

        U Offline
        U Offline
        User 3922532
        wrote on last edited by
        #9

        I have a flash disk, a home computer and a work computer, and I use git to keep all 3 in sync. Works very nicely, pain free.

        1 Reply Last reply
        0
        • N Nemanja Trifunovic

          I keep hearing more about Git[^], a new, distributed, version control system initially developed by Linus Torvalds. Has anybody worked with it? Experiences?

          Programming Blog utf8-cpp

          F Offline
          F Offline
          fboule
          wrote on last edited by
          #10

          I am using it from time to time in parallel to Subversion. I especially like it for its distributed approach, i.e. you don't need to have a connectivity to the server holding the repository to make a commit. However the Eclipse IDE[^] does not provide a plugin like for Subversion[^] and you may encounter some problems using Git on MSys[^] (issue with Perl modules missing/wrong version and so on). Moreover Git is more complicated to understand for people - not to name colleagues - who are not familiar with revision control.

          F 1 Reply Last reply
          0
          • F fboule

            I am using it from time to time in parallel to Subversion. I especially like it for its distributed approach, i.e. you don't need to have a connectivity to the server holding the repository to make a commit. However the Eclipse IDE[^] does not provide a plugin like for Subversion[^] and you may encounter some problems using Git on MSys[^] (issue with Perl modules missing/wrong version and so on). Moreover Git is more complicated to understand for people - not to name colleagues - who are not familiar with revision control.

            F Offline
            F Offline
            fboule
            wrote on last edited by
            #11

            Well, well... It looks like I didn't search far enough. There is actually a Git plugin for Eclipse IDE: JGit/EGit[^] and I am about to try it. Anyone who already tried this one?

            1 Reply Last reply
            0
            • N Nemanja Trifunovic

              I keep hearing more about Git[^], a new, distributed, version control system initially developed by Linus Torvalds. Has anybody worked with it? Experiences?

              Programming Blog utf8-cpp

              B Offline
              B Offline
              bje990
              wrote on last edited by
              #12

              Yep.. There is bit of a learning curve and it sucks right now for windows... but we use it at work and we love it.

              Keep Coding

              1 Reply Last reply
              0
              • N Nemanja Trifunovic

                I keep hearing more about Git[^], a new, distributed, version control system initially developed by Linus Torvalds. Has anybody worked with it? Experiences?

                Programming Blog utf8-cpp

                R Offline
                R Offline
                RBDurgin
                wrote on last edited by
                #13

                Linus Torvalds is, and what he says, goes. http://www.youtube.com/watch?v=4XpnKHJAok8

                1 Reply Last reply
                0
                • L leckey 0

                  That seems to be a UK insult only. I've never heard anyone in the US use it.

                  Current Rant: "What happened to REAL programmers?" http://craptasticnation.blogspot.com/[^]

                  F Offline
                  F Offline
                  firegryphon
                  wrote on last edited by
                  #14

                  leckey wrote:

                  I've never heard anyone in the US use it.

                  I'm going to have to take exception to that. I use it quite a bit.

                  1 Reply Last reply
                  0
                  • J Judah Gabriel Himango

                    For the time being, Subversion has been such a beautiful, need-fulfilling piece of software for me, I have no desire or intent to invest time investigating other source control software.

                    H Offline
                    H Offline
                    homegrown
                    wrote on last edited by
                    #15

                    subversion _is_ real nice, ain't it? but give bzr (bazaar) a bash (afaik, very similar to git) and it'll just add to your whole subversion experience. well, it did for me. i now use bzr quite frequently for tracking local commits (like when i'm offline) and then pushing the revision history onto the main branch for integration...

                    <>< :: have the courage to use your own reason

                    1 Reply Last reply
                    0
                    • N Nemanja Trifunovic

                      I keep hearing more about Git[^], a new, distributed, version control system initially developed by Linus Torvalds. Has anybody worked with it? Experiences?

                      Programming Blog utf8-cpp

                      S Offline
                      S Offline
                      Santiaggo
                      wrote on last edited by
                      #16

                      No, I'm using DARCS, another distributed VCS.

                      1 Reply Last reply
                      0
                      • J Judah Gabriel Himango

                        For the time being, Subversion has been such a beautiful, need-fulfilling piece of software for me, I have no desire or intent to invest time investigating other source control software.

                        S Offline
                        S Offline
                        si618
                        wrote on last edited by
                        #17

                        Agreed, having been with SVN since v.29 I see no compelling reason to switch. Why would most developers need a distributed VCS? Sure I can understand the Linux kernel is a special case with special needs, but for normal development? Also wondering how Git's hash-based distributed approach fits in with bug tracking, continuous integration, release process, et cetera.

                        1 Reply Last reply
                        0
                        Reply
                        • Reply as topic
                        Log in to reply
                        • Oldest to Newest
                        • Newest to Oldest
                        • Most Votes


                        • Login

                        • Don't have an account? Register

                        • Login or register to search.
                        • First post
                          Last post
                        0
                        • Categories
                        • Recent
                        • Tags
                        • Popular
                        • World
                        • Users
                        • Groups