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 6 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.
  • 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

    L Offline
    L Offline
    Lost User
    wrote on last edited by
    #6

    The only git I have ever had any dealings with was a snivelling little one.

    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

      Mike HankeyM Offline
      Mike HankeyM Offline
      Mike Hankey
      wrote on last edited by
      #7

      You might try Free Git GUI Client - Windows, Mac, Linux | GitKraken[^]

      I'm not sure how many cookies it makes to be happy, but so far it's not 27. JaxCoder.com

      Sander RosselS M 2 Replies 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

        Sander RosselS Offline
        Sander RosselS Offline
        Sander Rossel
        wrote on last edited by
        #8

        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 1 Reply Last reply
        0
        • Mike HankeyM Mike Hankey

          You might try Free Git GUI Client - Windows, Mac, Linux | GitKraken[^]

          I'm not sure how many cookies it makes to be happy, but so far it's not 27. JaxCoder.com

          Sander RosselS Offline
          Sander RosselS Offline
          Sander Rossel
          wrote on last edited by
          #9

          That title's a bit misleading as it's only free for open source. I mean, it's not very expensive[^], but there are actual free alternatives that work really well too. That said, I've used GitKraken in the past and it's pretty sweet.

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

          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

            K Offline
            K Offline
            Kris Lantz
            wrote on last edited by
            #10

            I've used the Github GUI as well as Visual Studio. VS has been the primary for the last year or so, and it's worked well.

            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

              M Offline
              M Offline
              MehreenTahir
              wrote on last edited by
              #11

              I usually work with visual studio code but I'm afraid that doesn't fall under Git UI but more bash. On the contrary, GitHub Desktop serves the purpose quite well.

              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

                M Offline
                M Offline
                Mircea Neacsu
                wrote on last edited by
                #12

                TortoiseGit with WinMerge for diffing. Started using it from the time of TortoiseCVS and never changed. Love to see the stuff I forgot to commit by just opening File Explorer.

                Mircea

                M F J M J 5 Replies 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

                  M Offline
                  M Offline
                  MSBassSinger
                  wrote on last edited by
                  #13

                  Team Explorer in Visual Studio.

                  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
                    Andy Brummer
                    wrote on last edited by
                    #14

                    I learned using source tree, but have switched over to doing most everything except conflict resolution using the command line tools. For that, I like VSCode the best, over any of the side by side diff tools that I've used. I also prefer rebasing over merging whenever I can, but that's a team decision.

                    Curvature of the Mind now with 3D

                    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
                      Jon McKee
                      wrote on last edited by
                      #15

                      I've only ever used the GitHub Desktop UI. It's simple and easy to use for the most common git tasks and for the hard ones it can start up a git shell. Personally I just use a shell now though. Not because the GUI is bad or anything, but I was responsible for the repo on a project and found myself mostly in the shell so I'm just used to it now.

                      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

                        M Offline
                        M Offline
                        Maximilien
                        wrote on last edited by
                        #16

                        tortoise, mostly because I used it for SubVersion. I installed/tried/uninstall many git tools. We started using Azure DevOps, so I will try the integrated VS tools

                        I'd rather be phishing!

                        1 Reply Last reply
                        0
                        • Mike HankeyM Mike Hankey

                          You might try Free Git GUI Client - Windows, Mac, Linux | GitKraken[^]

                          I'm not sure how many cookies it makes to be happy, but so far it's not 27. JaxCoder.com

                          M Offline
                          M Offline
                          MarkTJohnson
                          wrote on last edited by
                          #17

                          I happily pay for the individual license of GitKraken and with the features added in version 7 it is better than ever. You can link your Issue Tracker to Kraken and update stories from inside Kraken, create branches based off the story name, even create stories inside the tool.

                          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
                            Jacquers
                            wrote on last edited by
                            #18

                            Sourcetree. It has the Git flow workflow which we use.

                            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

                              E Offline
                              E Offline
                              Efe Erdogru
                              wrote on last edited by
                              #19

                              Tortoise Git

                              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

                                G Offline
                                G Offline
                                GuyThiebaut
                                wrote on last edited by
                                #20

                                Git Extensions - but I only use Git on home projects.

                                “That which can be asserted without evidence, can be dismissed without evidence.”

                                ― Christopher Hitchens

                                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!

                                  I Offline
                                  I Offline
                                  ISanti
                                  wrote on last edited by
                                  #21

                                  Visual Studio is not the best UI, but it is the one that best integrates code editing with Git version control.

                                  Sorry for my bad English

                                  OriginalGriffO 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
                                    Jacquers
                                    wrote on last edited by
                                    #22

                                    Visual Studio Code's Git Lens is useful as well.

                                    1 Reply Last reply
                                    0
                                    • M Mircea Neacsu

                                      TortoiseGit with WinMerge for diffing. Started using it from the time of TortoiseCVS and never changed. Love to see the stuff I forgot to commit by just opening File Explorer.

                                      Mircea

                                      M Offline
                                      M Offline
                                      Martin Hart Turner
                                      wrote on last edited by
                                      #23

                                      Exactly the same here, a great implantation and so easy to use.

                                      R 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

                                        M Offline
                                        M Offline
                                        Mark Jerzykowski
                                        wrote on last edited by
                                        #24

                                        I have used many a git client but for the last year have been using fork Fork - a fast and friendly git client for Mac and Windows[^]. You have to pay for it these days but it’s well worth it in my opinion.

                                        1 Reply Last reply
                                        0
                                        • I ISanti

                                          Visual Studio is not the best UI, but it is the one that best integrates code editing with Git version control.

                                          Sorry for my bad English

                                          OriginalGriffO Offline
                                          OriginalGriffO Offline
                                          OriginalGriff
                                          wrote on last edited by
                                          #25

                                          It does the job, and it stays out of the way. What more do I want? :laugh:

                                          "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!

                                          "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

                                          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