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. Your preferred Git UI (if any)?

Your preferred Git UI (if any)?

Scheduled Pinned Locked Moved The Lounge
csharpcomdesigncollaborationtools
51 Posts 44 Posters 4 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.
  • OriginalGriffO OriginalGriff

    Visual Studio. It works fine for me.

    "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt AntiTwitter: @DalekDave is now a follower!

    A Offline
    A Offline
    agolddog
    wrote on last edited by
    #40

    +1. Though I have a caveat: I wasn't doing sophisticated things: create a branch for my change, create pull requests when done, all of which were extremely well documented. Not sure if they people who actually did the builds and so on thought VS was good. Since moving to git was their idea, I'm assuming they had a handle on the more sophisticated bits.

    1 Reply Last reply
    0
    • Sander RosselS Sander Rossel

      I use SourceTree as it supports all Git commands that I know of in an intuitive enough interface. I like that I can have multiple Git repositories open in tab pages at the same time and that I can categorize all my repositories in folders. For some small projects or ad-hoc stuff I also use Visual Studio, sometimes next to SourceTree. Especially blaming and seeing the history of a file works well in Visual Studio. I also sometimes use Visual Studio to connect to Azure DevOps repositories, only to manage them using SourceTree once they're cloned to my machine. I've used the GitHub GUI for GitHub projects, but I'm not a fan. The SourceTree / Visual Studio combo works great for me :thumbsup:

      Best, Sander sanderrossel.com Migrating Applications to the Cloud with Azure arrgh.js - Bringing LINQ to JavaScript Object-Oriented Programming in C# Succinctly

      A Offline
      A Offline
      atali
      wrote on last edited by
      #41

      SourceTree 1.10. Tried 2.x and 3.x and upgraded them back to 1.10.

      1 Reply Last reply
      0
      • J Jim Knopf jr

        Same here. It's so easy to use and the icons in file explorer show you the state. But there is (or was) a limitation on the number of modified icons that Windows could handle. A really small number like 16 or so. Installing another package first which also modifies the icons, you might not see the advantage of the icons, because they are listed but not shown when exceeding the limit. No error message either. Unfortunately I don't remember which version of Windows had this restriction.

        C Offline
        C Offline
        Citorix
        wrote on last edited by
        #42

        Even Windows 10 only support 15 overlay icons. See also cito.github.io/blog/overlay-icon-battle/.

        1 Reply Last reply
        0
        • R Ravi Bhavnani

          For those who've been blessed :) with having to use Git, what's your preferred UI (if any)? /ravi

          My new year resolution: 2048 x 1536 Home | Articles | My .NET bits | Freeware ravib(at)ravib(dot)com

          J Offline
          J Offline
          jlongo
          wrote on last edited by
          #43

          Visual studio. It is as simple as possible ( for git ). Relatively intuitive, well integrated, good Ui, and I don’t have to worry about “losing” files.

          Jlo

          1 Reply Last reply
          0
          • R Ravi Bhavnani

            For those who've been blessed :) with having to use Git, what's your preferred UI (if any)? /ravi

            My new year resolution: 2048 x 1536 Home | Articles | My .NET bits | Freeware ravib(at)ravib(dot)com

            C Offline
            C Offline
            charlieg
            wrote on last edited by
            #44

            I'm confused. Git is version control, Git UI is a client or integration into an IDE?

            Charlie Gilley <italic>Stuck in a dysfunctional matrix from which I must escape... "Where liberty dwells, there is my country." B. Franklin, 1783 “They who can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.” BF, 1759

            R 1 Reply Last reply
            0
            • D Daniel Pfeffer

              Visual Studio (in Windows) or the command line (in Linux, or for complex stuff in Windows).

              Freedom is the freedom to say that two plus two make four. If that is granted, all else follows. -- 6079 Smith W.

              J Offline
              J Offline
              John Wellbelove
              wrote on last edited by
              #45

              I avoid doing "complex stuff" in Git. I almost always turns out doing something that I never intended it to do!

              1 Reply Last reply
              0
              • R Ravi Bhavnani

                For those who've been blessed :) with having to use Git, what's your preferred UI (if any)? /ravi

                My new year resolution: 2048 x 1536 Home | Articles | My .NET bits | Freeware ravib(at)ravib(dot)com

                J Offline
                J Offline
                John Wellbelove
                wrote on last edited by
                #46

                I've tried a number of Git GUIs, but I ended up using Fork. Simple, cheap and regular updates.

                1 Reply Last reply
                0
                • OriginalGriffO OriginalGriff

                  Visual Studio. It works fine for me.

                  "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt AntiTwitter: @DalekDave is now a follower!

                  S Offline
                  S Offline
                  sam silvercreek
                  wrote on last edited by
                  #47

                  Be glad you aren't required to use Visual Studio 2012 like my team. Its git plugin has some quirks!

                  1 Reply Last reply
                  0
                  • C charlieg

                    I'm confused. Git is version control, Git UI is a client or integration into an IDE?

                    Charlie Gilley <italic>Stuck in a dysfunctional matrix from which I must escape... "Where liberty dwells, there is my country." B. Franklin, 1783 “They who can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.” BF, 1759

                    R Offline
                    R Offline
                    Ravi Bhavnani
                    wrote on last edited by
                    #48

                    charlieg wrote:

                    Git UI is a client or integration into an IDE

                    It could be either.  I currently use the built in VS plug-in. /ravi

                    My new year resolution: 2048 x 1536 Home | Articles | My .NET bits | Freeware ravib(at)ravib(dot)com

                    C 1 Reply Last reply
                    0
                    • R Ravi Bhavnani

                      For those who've been blessed :) with having to use Git, what's your preferred UI (if any)? /ravi

                      My new year resolution: 2048 x 1536 Home | Articles | My .NET bits | Freeware ravib(at)ravib(dot)com

                      P Offline
                      P Offline
                      pwhe23
                      wrote on last edited by
                      #49

                      Our team used to mainly use SourceTree (SourceTreeApp.com) but have recently moved over to Fork (git-fork.com). Fork has recently started popping up a dialog asking to pay for a $49.99 license, but the evaluation seemed to not be limited by a number of days. Depending on how this plays out we may switch back to SourceTree as there are not many feature differences (except SourceTree kept having random updates that would crash the app periodically).

                      1 Reply Last reply
                      0
                      • R Ravi Bhavnani

                        For those who've been blessed :) with having to use Git, what's your preferred UI (if any)? /ravi

                        My new year resolution: 2048 x 1536 Home | Articles | My .NET bits | Freeware ravib(at)ravib(dot)com

                        A Offline
                        A Offline
                        Adam Sargent
                        wrote on last edited by
                        #50

                        GitKraken by a mile.

                        1 Reply Last reply
                        0
                        • R Ravi Bhavnani

                          charlieg wrote:

                          Git UI is a client or integration into an IDE

                          It could be either.  I currently use the built in VS plug-in. /ravi

                          My new year resolution: 2048 x 1536 Home | Articles | My .NET bits | Freeware ravib(at)ravib(dot)com

                          C Offline
                          C Offline
                          charlieg
                          wrote on last edited by
                          #51

                          Yeah, finally caught on.

                          Charlie Gilley <italic>Stuck in a dysfunctional matrix from which I must escape... "Where liberty dwells, there is my country." B. Franklin, 1783 “They who can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.” BF, 1759

                          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