schmonz.com is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.

This server runs the snac software and there is no automatic sign-up process.

Search results for tag #git

[?]Dendrobatus Azureus »
@Dendrobatus_Azureus@mastodon.bsd.cafe

Git is a tool I like, a lot. Before git, you could do RCS {& some others} which is a totally different tool set.

In this video Linus Torvalds talks about the way he created Git two+ decades ago.

What immediately Springs into view, is the fact that Linus gave control of the git project to someone else, as soon as he could he did not want to stay with the project for too long.

Git was created because of pure necessity; it was vital for kernel revision control

youtube.com/watch?v=sCr_gb8rdE

The screencap shows a video player interface with a video titled "Two decades of Git: A conversation with creator Linus Torvalds." The video is paused at 8:05 out of a total duration of 41:49. Two individuals are seated in a room with a warm, brownish background. The person on the left is wearing a white shirt and blue jeans, while the person on the right, Linus Torvalds, is dressed in a gray jacket and blue jeans. They are seated on chairs with a small table between them, which holds two glasses. The room has a cozy atmosphere with plants and a painting on the wall. The video player interface includes typical controls such as play/pause, volume, and a progress bar, along with icons for sharing, liking, and starring the video. The battery level is at 87%, and the time displayed is 03:13.

 Ovis2-8B

🌱 Energy used: 0.645 Wh

Alt...The screencap shows a video player interface with a video titled "Two decades of Git: A conversation with creator Linus Torvalds." The video is paused at 8:05 out of a total duration of 41:49. Two individuals are seated in a room with a warm, brownish background. The person on the left is wearing a white shirt and blue jeans, while the person on the right, Linus Torvalds, is dressed in a gray jacket and blue jeans. They are seated on chairs with a small table between them, which holds two glasses. The room has a cozy atmosphere with plants and a painting on the wall. The video player interface includes typical controls such as play/pause, volume, and a progress bar, along with icons for sharing, liking, and starring the video. The battery level is at 87%, and the time displayed is 03:13. Ovis2-8B 🌱 Energy used: 0.645 Wh

 The screencap shows Linus Torvalds sitting at a table in a warm, indoor setting with large windows that allow natural light to fill the room. He is wearing a gray hoodie and has gray hair. The man is gesturing with his hands, suggesting he is engaged in a conversation or explaining git. The table has a glass container, possibly a water bottle, and a brown leather chair is visible. The background features a blurred view of greenery outside, indicating a peaceful environment. The overall atmosphere is calm and relaxed.

Alt... The screencap shows Linus Torvalds sitting at a table in a warm, indoor setting with large windows that allow natural light to fill the room. He is wearing a gray hoodie and has gray hair. The man is gesturing with his hands, suggesting he is engaged in a conversation or explaining git. The table has a glass container, possibly a water bottle, and a brown leather chair is visible. The background features a blurred view of greenery outside, indicating a peaceful environment. The overall atmosphere is calm and relaxed.

    [?]Leanpub »
    @leanpub@mastodon.social

    Creating NPM Package leanpub.com/b/creating-npm-pac by CodeSweetly is the featured bundle of ebooks 📚 on the Leanpub homepage! leanpub.com

      [?]codeDude :archlinux: :neovim: »
      @codeDude@floss.social

      Whenever I see a door with PUSH sign. I PULL it first to avoid conflicts.

      don't worry if you didn't GIT it.

        [?]Lars Wirzenius »
        @liw@toot.liw.fi

        git whatchanged --pretty=format:%ad --date=unix |
        awk '/^[0-9]/ { time=$1} /^:/ { print time, $NF }' |
        while read time filename; do
        if [ -e "$filename" ]; then
        touch -d "@$time" "$filename"
        fi
        done

          [?]Leanpub »
          @leanpub@mastodon.social

          Git Prodigy by Ebenezer Don is on sale on Leanpub! Its suggested price is $19.00; get it for $5.00 with this coupon: leanpub.com/sh/KhcoPhOG

            [?]Leanpub »
            @leanpub@mastodon.social

            Git y GitHub desde cero by Brais Moure is free with a Leanpub Reader membership! Or you can buy it for $8.90! leanpub.com/git-github

              [?]Leanpub »
              @leanpub@mastodon.social

              Getting to Know IntelliJ IDEA by Trisha Gee and Helen Scott is on sale on Leanpub! Its suggested price is $30.00; get it for $27.00 with this coupon: leanpub.com/sh/9PioGfhd

                [?]Richard "RichiH" Hartmann »
                @RichiH@chaos.social

                [?]DrScriptt »
                @drscriptt@oldbytes.space

                I think that @jbowen makes good points about git commit messages.

                It’s something that I’m trying to think carefully about as I do more commits.

                I find that I’m doing more smaller commits for various things. Mostly separation of work streams.

                E.g. I’ll add a new filter rule as one commit and sort the filter rules in a different commit. They are really two stand alone operations / commits that are independent of each other.

                Maybe I’m doing it wrong but I think a commit that changes a bunch of lines with a description of sorting is a lot better than the same changes plus one addition somewhere in the mix.

                Sort of like thinking about how to break down operations in vi(m).
                mast.hpc.social/@jbowen/114495

                  [?]Jason Bowen 🇺🇦 »
                  @jbowen@mast.hpc.social

                  Commits just called "misc fixes" or something with no description are really annoying and waste the time of others who have to try to figure out why something was done.

                  I'm generally not looking for *what* changed, but *why* the change was made. Sometimes it's obvious from the diff, but quite often it's not.

                  I get being tired/burned out after working on something, but future me has always been happy that past me took a few minutes to write a meaningful commit message.

                    [?]Leanpub »
                    @leanpub@mastodon.social

                    Learn Git and Bash the Hard Way leanpub.com/b/learngitandbasht by Ian Miell is the featured bundle of ebooks 📚 on the Leanpub homepage! leanpub.com

                      [?]Federico Mena Quintero »
                      @federicomena@mstdn.mx

                      TIL that sometimes repositories can have bad commits that don't fsck, but there's a workaround to let you clone them: gitlab.freedesktop.org/cairo/c

                        [?]Yorgos Saslis »
                        @yorgos@chaos.social

                        is a peer-to-peer code forge, based on git.

                        It's a decentralised GitHub. Because was always meant to be decentralised.

                        True to those principles, Radicle is : you can work on issues and patches even with no internet - and there's lots more to get excited about!

                          [?]Leanpub »
                          @leanpub@mastodon.social

                          Git y GitHub desde cero by Brais Moure is free with a Leanpub Reader membership! Or you can buy it for $8.90! leanpub.com/git-github

                            [?]Leanpub »
                            @leanpub@mastodon.social

                            Git y GitHub desde cero by Brais Moure is free with a Leanpub Reader membership! Or you can buy it for $8.90! leanpub.com/git-github

                              #agile boosted

                              [?]Ada :v_trans: :v_pan: »
                              @iamada@tech.lgbt

                              Have a GitFlow diagram I made using DrawIO

                              A Granular Agile Oriented GitFlow visualisation diagram, showing how to organise development from a git perspective.

                              Alt...A Granular Agile Oriented GitFlow visualisation diagram, showing how to organise development from a git perspective.

                                #agile boosted

                                [?]Ada :v_trans: :v_pan: »
                                @iamada@tech.lgbt

                                Have a git flow illustration I made

                                A detailed granular agile oriented gitflow visualisation diagram.

                                Alt...A detailed granular agile oriented gitflow visualisation diagram.

                                  Misty boosted

                                  [?]Oto Šťáva »
                                  @alefunguju@mastodon.social

                                  I just managed to get @forgejo to do reviews on Word documents of all things. Thanks to it delegating to for diffs, you can just configure a "diff.<driver>.textconv" option to pipe the document into Pandoc and diff over that.

                                  I thought that was pretty cool. Maybe someone will find this useful?

                                  A screenshot of Forgejo diffing what looks like a Markdown document, but upon further inspection, the file name is "test-doc.docx". This is diffing a Word document! And there is also a review comment on one of the changed lines.

                                  Alt...A screenshot of Forgejo diffing what looks like a Markdown document, but upon further inspection, the file name is "test-doc.docx". This is diffing a Word document! And there is also a review comment on one of the changed lines.

                                    [?]Dendrobatus Azureus »
                                    @Dendrobatus_Azureus@mastodon.bsd.cafe

                                    Linus Torvalds has coded git two decades ago.

                                    Learn about why how who and where here

                                    youtu.be/sCr_gb8rdEI?si=s8tDVh

                                    🖋️

                                    The screencap showcases a VLC video player interface on an Android with a video titled "Two decades of Git: A conversation with creator Linus..." The video is currently at 4:40 out of a total duration of 41:49. The video features a man Linus Torvalds sitting in a chair, wearing a gray long-sleeve shirt with a small logo on the left side, and dark pants. He is seated in front of a large window with a view of greenery outside. There are two glasses of water on a small table to his left. The background includes a wooden wall and a large window, suggesting an indoor setting with natural light. The video player interface includes standard controls such as play, pause, and volume adjustment, along with a progress bar indicating the current playback position.

 Ovis2-8B

🌱 Energy used: 0.187 Wh

                                    Alt...The screencap showcases a VLC video player interface on an Android with a video titled "Two decades of Git: A conversation with creator Linus..." The video is currently at 4:40 out of a total duration of 41:49. The video features a man Linus Torvalds sitting in a chair, wearing a gray long-sleeve shirt with a small logo on the left side, and dark pants. He is seated in front of a large window with a view of greenery outside. There are two glasses of water on a small table to his left. The background includes a wooden wall and a large window, suggesting an indoor setting with natural light. The video player interface includes standard controls such as play, pause, and volume adjustment, along with a progress bar indicating the current playback position. Ovis2-8B 🌱 Energy used: 0.187 Wh

                                      dch :flantifa: :flan_hacker: boosted

                                      [?]stib »
                                      @stib@aus.social

                                      me: Hi , please just take the stuff I changed and put it on the webernet.

                                      Git: Some updates were rejected because you have un-sprongled verterbrae in your sub-spline. Either extrapolate your tips or re-fling your local branch, using git reblog --ff-no-ice. If you want to recapitulate your local flange, then your diversionary remote can't be submitted without stripping the exoplanet, with potential universal anguish.
                                      hint: Disable this message with "git config set advice.flagelate false"

                                        [?]daniel:// stenberg:// »
                                        @bagder@mastodon.social

                                        Can distros ship that ends up using (via libcurl)? This bug was filed against Debian:

                                        bugs.debian.org/cgi-bin/bugrep

                                          [?]daniel:// stenberg:// »
                                          @bagder@mastodon.social

                                          I enjoyed this interview with Linus Torvalds about 20 years of

                                          youtube.com/watch?v=sCr_gb8rdEI

                                            [?]daniel:// stenberg:// »
                                            @bagder@mastodon.social

                                            Happy birthday , 20 years old today

                                            (since the initial release)

                                              [?]stib »
                                              @stib@aus.social

                                              If I have a account set up, with a verified key on my account and the corresponding public and private keys in `~/.ssh/`, is there a way that I can make it so that it doesn't ask me for my keyphrase every time I push? I'm sure VSCode could do this, but since I've switched to , which doesn't have git built-in I've been manually doing the git stuff.
                                              My knowledge of and are well and truly at the 'barely enough to get myself into trouble' level.