Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
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
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. Off-topic
  3. Git utility ?

Git utility ?

Scheduled Pinned Locked Moved Off-topic
11 Posts 7 Posters 1.6k Views 7 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.
  • timconsidineT timconsidine

    I goofed recently and lost some work.
    I'm generally comfortable with command line but only basic git skills.
    I'm thinking that a Git GUI utility might be useful for speed/idiocy prevention.
    Been looking at some options.
    Do you use a Git utility ? With GUI ? Which ?

    scookeS Offline
    scookeS Offline
    scooke
    wrote on last edited by
    #2

    @timconsidine said in Git utility ?:

    Git GUI utility

    On Windows I use Github Desktop. On Mac I use GitBox. On Ubuntu, I just hope for the best!

    A life lived in fear is a life half-lived

    timconsidineT 1 Reply Last reply
    1
    • scookeS scooke

      @timconsidine said in Git utility ?:

      Git GUI utility

      On Windows I use Github Desktop. On Mac I use GitBox. On Ubuntu, I just hope for the best!

      timconsidineT Offline
      timconsidineT Offline
      timconsidine
      App Dev
      wrote on last edited by
      #3

      @scooke why not Github Desktop on Mac ?
      Is it not so performant ? Problems ?

      fbartelsF marcusquinnM scookeS 3 Replies Last reply
      0
      • timconsidineT timconsidine

        @scooke why not Github Desktop on Mac ?
        Is it not so performant ? Problems ?

        fbartelsF Offline
        fbartelsF Offline
        fbartels
        App Dev
        wrote on last edited by
        #4

        For me itโ€™s either the git cli directly, or git lens in vs code. Although the latter feels more technical, than the cli.

        1 Reply Last reply
        2
        • timconsidineT timconsidine

          @scooke why not Github Desktop on Mac ?
          Is it not so performant ? Problems ?

          marcusquinnM Offline
          marcusquinnM Offline
          marcusquinn
          wrote on last edited by
          #5

          @timconsidine GitHub Desktop's always worked for me on Mac, if you don't mind the very frequent updates & app restarts.

          Web Design https://www.evergreen.je
          Development https://brandlight.org
          Life https://marcusquinn.com

          1 Reply Last reply
          1
          • ? Offline
            ? Offline
            A Former User
            wrote on last edited by
            #6

            GitKraken is a good choice as well. I use GitHub Desktop to manage the projects and cloning without grabbing the URL, but Command-line for everything else.

            1 Reply Last reply
            2
            • timconsidineT timconsidine

              @scooke why not Github Desktop on Mac ?
              Is it not so performant ? Problems ?

              scookeS Offline
              scookeS Offline
              scooke
              wrote on last edited by
              #7

              @timconsidine Gitbox was out before GDesktop, mostly. And I paid for it, so I want to use it! Also, it is sort of barebones compared to GD, all I do is pull, commit, push on my projects, so the extra GUI busyness didn't help.

              A life lived in fear is a life half-lived

              1 Reply Last reply
              1
              • MooCloud_MattM Offline
                MooCloud_MattM Offline
                MooCloud_Matt
                wrote on last edited by
                #8

                We use GitKraken for vscode, or IntelliJ/GoLand integrated git.

                Matteo. R.
                Founder and Tech-Support Manager.
                MooCloud MSP
                Swiss Managed Service Provider

                1 Reply Last reply
                1
                • timconsidineT timconsidine

                  I goofed recently and lost some work.
                  I'm generally comfortable with command line but only basic git skills.
                  I'm thinking that a Git GUI utility might be useful for speed/idiocy prevention.
                  Been looking at some options.
                  Do you use a Git utility ? With GUI ? Which ?

                  murgeroM Offline
                  murgeroM Offline
                  murgero
                  App Dev
                  wrote on last edited by
                  #9

                  @timconsidine Do you use vs code? It has a built in git UI for managing repos. If you open a folder that was clone in git, downloaded from git, etc you can manage with vscode.

                  Also, might wanna take a look at https://git-scm.com/downloads/guis/

                  git command line is really easy, and a gui can make it better.

                  for strictly cli, I recommend to beginners to read https://rogerdudler.github.io/git-guide/ it's a simple, easy to read guide on using git.

                  Good luck

                  --
                  https://urgero.org
                  ~ Professional Nerd. Freelance Programmer. ~

                  timconsidineT 2 Replies Last reply
                  3
                  • murgeroM murgero

                    @timconsidine Do you use vs code? It has a built in git UI for managing repos. If you open a folder that was clone in git, downloaded from git, etc you can manage with vscode.

                    Also, might wanna take a look at https://git-scm.com/downloads/guis/

                    git command line is really easy, and a gui can make it better.

                    for strictly cli, I recommend to beginners to read https://rogerdudler.github.io/git-guide/ it's a simple, easy to read guide on using git.

                    Good luck

                    timconsidineT Offline
                    timconsidineT Offline
                    timconsidine
                    App Dev
                    wrote on last edited by
                    #10

                    @murgero only used vscode for a flutter project which is not yet in git repo. But maybe I should, and maybe I should use vscode more. It's quite impressive ๐Ÿ‘

                    1 Reply Last reply
                    1
                    • murgeroM murgero

                      @timconsidine Do you use vs code? It has a built in git UI for managing repos. If you open a folder that was clone in git, downloaded from git, etc you can manage with vscode.

                      Also, might wanna take a look at https://git-scm.com/downloads/guis/

                      git command line is really easy, and a gui can make it better.

                      for strictly cli, I recommend to beginners to read https://rogerdudler.github.io/git-guide/ it's a simple, easy to read guide on using git.

                      Good luck

                      timconsidineT Offline
                      timconsidineT Offline
                      timconsidine
                      App Dev
                      wrote on last edited by
                      #11

                      @murgero : I tried VSCode a bit more, and tried Sourcetree.
                      GitHub Desktop didn't gel for me (don't really know why).

                      Update for anyone else sitting on the fence : try VSCode !
                      Works really nicely, easy integrated environment, relatively low learning curve.
                      Certainly suits me as a relative beginner.

                      1 Reply Last reply
                      1
                      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
                      • Bookmarks
                      • Search