ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Learning Git

    IT Discussion
    14
    44
    4.9k
    Loading More Posts
    • 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.
    • scottalanmillerS
      scottalanmiller @Obsolesce
      last edited by

      @tim_g said in Learning Git:

      I use VS Code with GitLab.

      Same here

      1 Reply Last reply Reply Quote 0
      • stacksofplatesS
        stacksofplates
        last edited by stacksofplates

        I use Gitlab because of the built in runners. It's nice to have the CI/CD pipeline built directly in.

        Jenkins and others obviously work with Github but being able to have a local system do the testing (that's automatically kicked off) while using the hosted Gitlab is pretty awesome.

        I also use VS code and Atom (with the Git Plus package).

        1 Reply Last reply Reply Quote 1
        • RomoR
          Romo
          last edited by

          Free Plan Comparison
          0_1505317482670_git-providers.png

          1 Reply Last reply Reply Quote 0
          • JaredBuschJ
            JaredBusch @Obsolesce
            last edited by

            @tim_g said in Learning Git:

            I use VS Code with GitLab.

            I need to install VS code. on my desktop. been hearing you two complement it.

            stacksofplatesS scottalanmillerS 2 Replies Last reply Reply Quote 1
            • stacksofplatesS
              stacksofplates @JaredBusch
              last edited by stacksofplates

              @jaredbusch said in Learning Git:

              @tim_g said in Learning Git:

              I use VS Code with GitLab.

              I need to install VS code. on my desktop. been hearing you two complement it.

              It's pretty nice. The built in Git stuff is nicer than Atom. To me it feels faster than Atom also.

              1 Reply Last reply Reply Quote 0
              • scottalanmillerS
                scottalanmiller @JaredBusch
                last edited by

                @jaredbusch said in Learning Git:

                @tim_g said in Learning Git:

                I use VS Code with GitLab.

                I need to install VS code. on my desktop. been hearing you two complement it.

                It's like Atom but with some benefits (and drawbacks.) If you like Atom and use it mostly for coding, VS Code might be the right choice for you.

                black3dynamiteB matteo nunziatiM 2 Replies Last reply Reply Quote 0
                • JaredBuschJ
                  JaredBusch
                  last edited by

                  @Bundy-Associates uses Bitbucket for now. But we are at the 5 collaborator max, so if we need to add a new collaborator I will take the time to move it all to Gitlab.

                  1 Reply Last reply Reply Quote 0
                  • black3dynamiteB
                    black3dynamite @scottalanmiller
                    last edited by

                    @scottalanmiller said in Learning Git:

                    @jaredbusch said in Learning Git:

                    @tim_g said in Learning Git:

                    I use VS Code with GitLab.

                    I need to install VS code. on my desktop. been hearing you two complement it.

                    It's like Atom but with some benefits (and drawbacks.) If you like Atom and use it mostly for coding, VS Code might be the right choice for you.

                    How well is the support for powershell in Atom? That's mainly the reason why I use VS Code for PowerShell.

                    1 Reply Last reply Reply Quote 0
                    • matteo nunziatiM
                      matteo nunziati @Obsolesce
                      last edited by

                      Atom + bitbucket here. Unless I'm allowed to do open source, then github.

                      1 Reply Last reply Reply Quote 0
                      • s.hacklemanS
                        s.hackleman
                        last edited by

                        We use Bitbucket here. It is super cheap for small teams. We got JIRA and Bitbucket full versions running on in house servers with support for under $100 a year if you have less than 10 users.

                        scottalanmillerS 1 Reply Last reply Reply Quote 0
                        • scottalanmillerS
                          scottalanmiller @s.hackleman
                          last edited by

                          @s-hackleman said in Learning Git:

                          We use Bitbucket here. It is super cheap for small teams. We got JIRA and Bitbucket full versions running on in house servers with support for under $100 a year if you have less than 10 users.

                          GitLab is free for large teams. What's "cheap" when compared to free? 😉

                          1 Reply Last reply Reply Quote 2
                          • matteo nunziatiM
                            matteo nunziati @scottalanmiller
                            last edited by

                            @scottalanmiller said in Learning Git:

                            @jaredbusch said in Learning Git:

                            @tim_g said in Learning Git:

                            I use VS Code with GitLab.

                            I need to install VS code. on my desktop. been hearing you two complement it.

                            It's like Atom but with some benefits (and drawbacks.) If you like Atom and use it mostly for coding, VS Code might be the right choice for you.

                            @stacksofplates said in Learning Git:

                            @jaredbusch said in Learning Git:

                            @tim_g said in Learning Git:

                            I use VS Code with GitLab.

                            I need to install VS code. on my desktop. been hearing you two complement it.

                            It's pretty nice. The built in Git stuff is nicer than Atom. To me it feels faster than Atom also.

                            matter of taste: I've used both for coding (mostly python) and I prefer Atom. As far as git is concerned I feel constrained with both and I go straight to cmd line.

                            scottalanmillerS 1 Reply Last reply Reply Quote 0
                            • scottalanmillerS
                              scottalanmiller @matteo nunziati
                              last edited by

                              @matteo-nunziati said in Learning Git:

                              @scottalanmiller said in Learning Git:

                              @jaredbusch said in Learning Git:

                              @tim_g said in Learning Git:

                              I use VS Code with GitLab.

                              I need to install VS code. on my desktop. been hearing you two complement it.

                              It's like Atom but with some benefits (and drawbacks.) If you like Atom and use it mostly for coding, VS Code might be the right choice for you.

                              @stacksofplates said in Learning Git:

                              @jaredbusch said in Learning Git:

                              @tim_g said in Learning Git:

                              I use VS Code with GitLab.

                              I need to install VS code. on my desktop. been hearing you two complement it.

                              It's pretty nice. The built in Git stuff is nicer than Atom. To me it feels faster than Atom also.

                              matter of taste: I've used both for coding (mostly python) and I prefer Atom. As far as git is concerned I feel constrained with both and I go straight to cmd line.

                              I generally use the command line too for GIT. Just so quick and easy, and works every time.

                              stacksofplatesS 1 Reply Last reply Reply Quote 0
                              • stacksofplatesS
                                stacksofplates @scottalanmiller
                                last edited by

                                @scottalanmiller said in Learning Git:

                                @matteo-nunziati said in Learning Git:

                                @scottalanmiller said in Learning Git:

                                @jaredbusch said in Learning Git:

                                @tim_g said in Learning Git:

                                I use VS Code with GitLab.

                                I need to install VS code. on my desktop. been hearing you two complement it.

                                It's like Atom but with some benefits (and drawbacks.) If you like Atom and use it mostly for coding, VS Code might be the right choice for you.

                                @stacksofplates said in Learning Git:

                                @jaredbusch said in Learning Git:

                                @tim_g said in Learning Git:

                                I use VS Code with GitLab.

                                I need to install VS code. on my desktop. been hearing you two complement it.

                                It's pretty nice. The built in Git stuff is nicer than Atom. To me it feels faster than Atom also.

                                matter of taste: I've used both for coding (mostly python) and I prefer Atom. As far as git is concerned I feel constrained with both and I go straight to cmd line.

                                I generally use the command line too for GIT. Just so quick and easy, and works every time.

                                I find the integrations in the apps quicker for normal commits. Don't have to switch between the app and a terminal (or even switch to a terminal in the app). The shortcuts are quick, and auto-complete as you type. I've never not had it work.

                                QuixoticJustinQ 1 Reply Last reply Reply Quote 0
                                • stacksofplatesS
                                  stacksofplates
                                  last edited by stacksofplates

                                  Here's an example of how quick it is:

                                  https://imgur.com/a/Cc8GW

                                  I can't figure out how to get the gif to work correctly.

                                  1 Reply Last reply Reply Quote 0
                                  • QuixoticJustinQ
                                    QuixoticJustin @stacksofplates
                                    last edited by

                                    @stacksofplates said in Learning Git:

                                    @scottalanmiller said in Learning Git:

                                    @matteo-nunziati said in Learning Git:

                                    @scottalanmiller said in Learning Git:

                                    @jaredbusch said in Learning Git:

                                    @tim_g said in Learning Git:

                                    I use VS Code with GitLab.

                                    I need to install VS code. on my desktop. been hearing you two complement it.

                                    It's like Atom but with some benefits (and drawbacks.) If you like Atom and use it mostly for coding, VS Code might be the right choice for you.

                                    @stacksofplates said in Learning Git:

                                    @jaredbusch said in Learning Git:

                                    @tim_g said in Learning Git:

                                    I use VS Code with GitLab.

                                    I need to install VS code. on my desktop. been hearing you two complement it.

                                    It's pretty nice. The built in Git stuff is nicer than Atom. To me it feels faster than Atom also.

                                    matter of taste: I've used both for coding (mostly python) and I prefer Atom. As far as git is concerned I feel constrained with both and I go straight to cmd line.

                                    I generally use the command line too for GIT. Just so quick and easy, and works every time.

                                    I find the integrations in the apps quicker for normal commits. Don't have to switch between the app and a terminal (or even switch to a terminal in the app). The shortcuts are quick, and auto-complete as you type. I've never not had it work.

                                    Quake style terminals are perfect for this. Hit a hot key, terminal is in your face, commit, hotkey and it is gone again.

                                    stacksofplatesS 1 Reply Last reply Reply Quote 0
                                    • stacksofplatesS
                                      stacksofplates @QuixoticJustin
                                      last edited by

                                      @quixoticjustin said in Learning Git:

                                      @stacksofplates said in Learning Git:

                                      @scottalanmiller said in Learning Git:

                                      @matteo-nunziati said in Learning Git:

                                      @scottalanmiller said in Learning Git:

                                      @jaredbusch said in Learning Git:

                                      @tim_g said in Learning Git:

                                      I use VS Code with GitLab.

                                      I need to install VS code. on my desktop. been hearing you two complement it.

                                      It's like Atom but with some benefits (and drawbacks.) If you like Atom and use it mostly for coding, VS Code might be the right choice for you.

                                      @stacksofplates said in Learning Git:

                                      @jaredbusch said in Learning Git:

                                      @tim_g said in Learning Git:

                                      I use VS Code with GitLab.

                                      I need to install VS code. on my desktop. been hearing you two complement it.

                                      It's pretty nice. The built in Git stuff is nicer than Atom. To me it feels faster than Atom also.

                                      matter of taste: I've used both for coding (mostly python) and I prefer Atom. As far as git is concerned I feel constrained with both and I go straight to cmd line.

                                      I generally use the command line too for GIT. Just so quick and easy, and works every time.

                                      I find the integrations in the apps quicker for normal commits. Don't have to switch between the app and a terminal (or even switch to a terminal in the app). The shortcuts are quick, and auto-complete as you type. I've never not had it work.

                                      Quake style terminals are perfect for this. Hit a hot key, terminal is in your face, commit, hotkey and it is gone again.

                                      I use the drop down terminal extension for GNOME3 a lot. I'm just lazy and like typing as little as possible 😛

                                      QuixoticJustinQ 1 Reply Last reply Reply Quote 0
                                      • QuixoticJustinQ
                                        QuixoticJustin @stacksofplates
                                        last edited by

                                        @stacksofplates said in Learning Git:

                                        @quixoticjustin said in Learning Git:

                                        @stacksofplates said in Learning Git:

                                        @scottalanmiller said in Learning Git:

                                        @matteo-nunziati said in Learning Git:

                                        @scottalanmiller said in Learning Git:

                                        @jaredbusch said in Learning Git:

                                        @tim_g said in Learning Git:

                                        I use VS Code with GitLab.

                                        I need to install VS code. on my desktop. been hearing you two complement it.

                                        It's like Atom but with some benefits (and drawbacks.) If you like Atom and use it mostly for coding, VS Code might be the right choice for you.

                                        @stacksofplates said in Learning Git:

                                        @jaredbusch said in Learning Git:

                                        @tim_g said in Learning Git:

                                        I use VS Code with GitLab.

                                        I need to install VS code. on my desktop. been hearing you two complement it.

                                        It's pretty nice. The built in Git stuff is nicer than Atom. To me it feels faster than Atom also.

                                        matter of taste: I've used both for coding (mostly python) and I prefer Atom. As far as git is concerned I feel constrained with both and I go straight to cmd line.

                                        I generally use the command line too for GIT. Just so quick and easy, and works every time.

                                        I find the integrations in the apps quicker for normal commits. Don't have to switch between the app and a terminal (or even switch to a terminal in the app). The shortcuts are quick, and auto-complete as you type. I've never not had it work.

                                        Quake style terminals are perfect for this. Hit a hot key, terminal is in your face, commit, hotkey and it is gone again.

                                        I use the drop down terminal extension for GNOME3 a lot. I'm just lazy and like typing as little as possible 😛

                                        With a tiny BASH wrapper, you could have essentially no typing at all. Something like "gitcom these are my changes" and it submits for you. Or just alias it to "g".

                                        stacksofplatesS 1 Reply Last reply Reply Quote 0
                                        • stacksofplatesS
                                          stacksofplates @QuixoticJustin
                                          last edited by

                                          @quixoticjustin said in Learning Git:

                                          @stacksofplates said in Learning Git:

                                          @quixoticjustin said in Learning Git:

                                          @stacksofplates said in Learning Git:

                                          @scottalanmiller said in Learning Git:

                                          @matteo-nunziati said in Learning Git:

                                          @scottalanmiller said in Learning Git:

                                          @jaredbusch said in Learning Git:

                                          @tim_g said in Learning Git:

                                          I use VS Code with GitLab.

                                          I need to install VS code. on my desktop. been hearing you two complement it.

                                          It's like Atom but with some benefits (and drawbacks.) If you like Atom and use it mostly for coding, VS Code might be the right choice for you.

                                          @stacksofplates said in Learning Git:

                                          @jaredbusch said in Learning Git:

                                          @tim_g said in Learning Git:

                                          I use VS Code with GitLab.

                                          I need to install VS code. on my desktop. been hearing you two complement it.

                                          It's pretty nice. The built in Git stuff is nicer than Atom. To me it feels faster than Atom also.

                                          matter of taste: I've used both for coding (mostly python) and I prefer Atom. As far as git is concerned I feel constrained with both and I go straight to cmd line.

                                          I generally use the command line too for GIT. Just so quick and easy, and works every time.

                                          I find the integrations in the apps quicker for normal commits. Don't have to switch between the app and a terminal (or even switch to a terminal in the app). The shortcuts are quick, and auto-complete as you type. I've never not had it work.

                                          Quake style terminals are perfect for this. Hit a hot key, terminal is in your face, commit, hotkey and it is gone again.

                                          I use the drop down terminal extension for GNOME3 a lot. I'm just lazy and like typing as little as possible 😛

                                          With a tiny BASH wrapper, you could have essentially no typing at all. Something like "gitcom these are my changes" and it submits for you. Or just alias it to "g".

                                          True. I usually don't alias much. But I think we are at the point where you are writing things to get the cli at the same speed as what's in the applications.

                                          QuixoticJustinQ 1 Reply Last reply Reply Quote 0
                                          • QuixoticJustinQ
                                            QuixoticJustin @stacksofplates
                                            last edited by

                                            @stacksofplates said in Learning Git:

                                            @quixoticjustin said in Learning Git:

                                            @stacksofplates said in Learning Git:

                                            @quixoticjustin said in Learning Git:

                                            @stacksofplates said in Learning Git:

                                            @scottalanmiller said in Learning Git:

                                            @matteo-nunziati said in Learning Git:

                                            @scottalanmiller said in Learning Git:

                                            @jaredbusch said in Learning Git:

                                            @tim_g said in Learning Git:

                                            I use VS Code with GitLab.

                                            I need to install VS code. on my desktop. been hearing you two complement it.

                                            It's like Atom but with some benefits (and drawbacks.) If you like Atom and use it mostly for coding, VS Code might be the right choice for you.

                                            @stacksofplates said in Learning Git:

                                            @jaredbusch said in Learning Git:

                                            @tim_g said in Learning Git:

                                            I use VS Code with GitLab.

                                            I need to install VS code. on my desktop. been hearing you two complement it.

                                            It's pretty nice. The built in Git stuff is nicer than Atom. To me it feels faster than Atom also.

                                            matter of taste: I've used both for coding (mostly python) and I prefer Atom. As far as git is concerned I feel constrained with both and I go straight to cmd line.

                                            I generally use the command line too for GIT. Just so quick and easy, and works every time.

                                            I find the integrations in the apps quicker for normal commits. Don't have to switch between the app and a terminal (or even switch to a terminal in the app). The shortcuts are quick, and auto-complete as you type. I've never not had it work.

                                            Quake style terminals are perfect for this. Hit a hot key, terminal is in your face, commit, hotkey and it is gone again.

                                            I use the drop down terminal extension for GNOME3 a lot. I'm just lazy and like typing as little as possible 😛

                                            With a tiny BASH wrapper, you could have essentially no typing at all. Something like "gitcom these are my changes" and it submits for you. Or just alias it to "g".

                                            True. I usually don't alias much. But I think we are at the point where you are writing things to get the cli at the same speed as what's in the applications.

                                            I've not found any application that comes close in speed to the "up arrow, hit enter" speed of the CLI, though.

                                            stacksofplatesS 1 Reply Last reply Reply Quote 1
                                            • 1
                                            • 2
                                            • 3
                                            • 2 / 3
                                            • First post
                                              Last post