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
Brand Logo

agnos.is Forums

  1. Home
  2. Lemmy Shitpost
  3. Yeah

Yeah

Scheduled Pinned Locked Moved Lemmy Shitpost
lemmyshitpost
80 Posts 50 Posters 0 Views
  • 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.
  • N [email protected]
    This post did not contain any content.
    J This user is from outside of this forum
    J This user is from outside of this forum
    [email protected]
    wrote last edited by
    #3

    I like git(hub) because you can track changes. Not just versions

    O 1 Reply Last reply
    2
    • N [email protected]
      This post did not contain any content.
      dan@upvote.auD This user is from outside of this forum
      dan@upvote.auD This user is from outside of this forum
      [email protected]
      wrote last edited by
      #4

      The bottom picture should be SVN. I miss incremental revision numbers.

      O 6 B 3 Replies Last reply
      1
      • N [email protected]
        This post did not contain any content.
        S This user is from outside of this forum
        S This user is from outside of this forum
        [email protected]
        wrote last edited by
        #5

        1 Reply Last reply
        0
        • N [email protected]
          This post did not contain any content.
          B This user is from outside of this forum
          B This user is from outside of this forum
          [email protected]
          wrote last edited by
          #6

          lena@gregtech.euL 1 Reply Last reply
          25
          • J [email protected]

            I like git(hub) because you can track changes. Not just versions

            O This user is from outside of this forum
            O This user is from outside of this forum
            [email protected]
            wrote last edited by [email protected]
            #7

            Gitlab, Gogs, Gitea... you can run all those locally.

            T A 2 Replies Last reply
            4
            • dan@upvote.auD [email protected]

              The bottom picture should be SVN. I miss incremental revision numbers.

              O This user is from outside of this forum
              O This user is from outside of this forum
              [email protected]
              wrote last edited by [email protected]
              #8

              SVN is still great if there is a need for strict access controls and central control matters a lot. Auditing is also a bit easier with SVN.

              It caters more for a linear workflow, though. So modern large teams won't find joy with SVN.

              dan@upvote.auD 1 Reply Last reply
              0
              • N [email protected]
                This post did not contain any content.
                thebat@lemmy.worldT This user is from outside of this forum
                thebat@lemmy.worldT This user is from outside of this forum
                [email protected]
                wrote last edited by
                #9

                Can't see media posted by sh.itjust.works users.

                Location: India

                Anyone else facing the same problem?

                1 Reply Last reply
                0
                • N [email protected]
                  This post did not contain any content.
                  U This user is from outside of this forum
                  U This user is from outside of this forum
                  [email protected]
                  wrote last edited by
                  #10

                  Naw, text layers in a .xcf is where it's at.

                  1 Reply Last reply
                  0
                  • O [email protected]

                    Gitlab, Gogs, Gitea... you can run all those locally.

                    T This user is from outside of this forum
                    T This user is from outside of this forum
                    [email protected]
                    wrote last edited by [email protected]
                    #11

                    But how often do you need that for your personal projects? I just have a git repo on a server that's accessible by ssh. I only use a web frontend when I have to share with other people and then you might as well use a free third party service.

                    J 1 Reply Last reply
                    1
                    • N [email protected]
                      This post did not contain any content.
                      M This user is from outside of this forum
                      M This user is from outside of this forum
                      [email protected]
                      wrote last edited by
                      #12

                      Reject GitHub. Embrace Codeberg!

                      6 1 Reply Last reply
                      14
                      • I [email protected]

                        What did GitHub do?

                        bruncvik@lemmy.worldB This user is from outside of this forum
                        bruncvik@lemmy.worldB This user is from outside of this forum
                        [email protected]
                        wrote last edited by
                        #13

                        Owned by Microsoft. Microsoft recently blocked e-mail access to a LibreOffice dev. Speculation is that they'll start blocking projects for competing products next.

                        (Alternative explanation: Gitlab should be part of IT divestment from US-based services.)

                        B 1 Reply Last reply
                        1
                        • O [email protected]

                          SVN is still great if there is a need for strict access controls and central control matters a lot. Auditing is also a bit easier with SVN.

                          It caters more for a linear workflow, though. So modern large teams won't find joy with SVN.

                          dan@upvote.auD This user is from outside of this forum
                          dan@upvote.auD This user is from outside of this forum
                          [email protected]
                          wrote last edited by [email protected]
                          #14

                          It caters more for a linear workflow, though. So modern large teams won't find joy with SVN

                          For what it's worth, I work at a FAANG company and we don't use branches at all. Instead, we use feature flags. Source control history is linear with no merges.

                          All code changes have to go though code review before they can be committed to the main repo. Pull requests are usually not too large (we aim for ~300 lines max), contain a single commit, aren't long-lived (often merged the same day they're submitted unless they're very controversial), can be stacked to handle dependencies between them ("stacked diffs"), and a whole stack can be landed together. When merged, everything is committed directly to the main branch, which all developers are working off of.

                          I know that both Google and Meta take this approach, and probably other companies too.

                          D O B 3 Replies Last reply
                          1
                          • M [email protected]

                            Reject GitHub. Embrace Codeberg!

                            6 This user is from outside of this forum
                            6 This user is from outside of this forum
                            [email protected]
                            wrote last edited by
                            #15

                            I would love a subscription to Codeberg to be able to store private projects though. Codeberg is nice but you need an alternative for those special projects and it's annoying.

                            J carotte@lemmy.blahaj.zoneC B 3 Replies Last reply
                            4
                            • dan@upvote.auD [email protected]

                              The bottom picture should be SVN. I miss incremental revision numbers.

                              6 This user is from outside of this forum
                              6 This user is from outside of this forum
                              [email protected]
                              wrote last edited by
                              #16

                              The mixed-revisions bug was fun... Also cannot clean history or make shitty branches everywhere, it was one of my worst experience. Nowadays Jujutsu is my favorite.

                              1 Reply Last reply
                              0
                              • N [email protected]
                                This post did not contain any content.
                                F This user is from outside of this forum
                                F This user is from outside of this forum
                                [email protected]
                                wrote last edited by
                                #17

                                You don't need GitHub for Git.

                                I 1 Reply Last reply
                                10
                                • B [email protected]

                                  lena@gregtech.euL This user is from outside of this forum
                                  lena@gregtech.euL This user is from outside of this forum
                                  [email protected]
                                  wrote last edited by
                                  #18

                                  N 1 Reply Last reply
                                  23
                                  • dan@upvote.auD [email protected]

                                    The bottom picture should be SVN. I miss incremental revision numbers.

                                    B This user is from outside of this forum
                                    B This user is from outside of this forum
                                    [email protected]
                                    wrote last edited by
                                    #19

                                    git rev-list HEAD | wc -l

                                    1 Reply Last reply
                                    0
                                    • dan@upvote.auD [email protected]

                                      It caters more for a linear workflow, though. So modern large teams won't find joy with SVN

                                      For what it's worth, I work at a FAANG company and we don't use branches at all. Instead, we use feature flags. Source control history is linear with no merges.

                                      All code changes have to go though code review before they can be committed to the main repo. Pull requests are usually not too large (we aim for ~300 lines max), contain a single commit, aren't long-lived (often merged the same day they're submitted unless they're very controversial), can be stacked to handle dependencies between them ("stacked diffs"), and a whole stack can be landed together. When merged, everything is committed directly to the main branch, which all developers are working off of.

                                      I know that both Google and Meta take this approach, and probably other companies too.

                                      D This user is from outside of this forum
                                      D This user is from outside of this forum
                                      [email protected]
                                      wrote last edited by
                                      #20

                                      Trunk based dev is GOAT.

                                      1 Reply Last reply
                                      0
                                      • N [email protected]
                                        This post did not contain any content.
                                        P This user is from outside of this forum
                                        P This user is from outside of this forum
                                        [email protected]
                                        wrote last edited by
                                        #21

                                        Armatures!

                                        Project. New
                                        Project.new.new

                                        spankmonkey@lemmy.worldS T 2 Replies Last reply
                                        4
                                        • lena@gregtech.euL [email protected]

                                          N This user is from outside of this forum
                                          N This user is from outside of this forum
                                          [email protected]
                                          wrote last edited by
                                          #22

                                          lena@gregtech.euL 1 Reply Last reply
                                          4
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

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