snabelen.no er en av mange uavhengige Mastodon-servere du kan bruke for å delta i det desentraliserte sosiale nettet.
Ein norsk heimstad for den desentraliserte mikroblogge-plattformen.

Administrert av:

Serverstatistikk:

363
aktive brukere

#git

35 innlegg31 deltakere0 innlegg i dag
禿び<p>Why is your open source project still hosted on GitHub?</p><p>---</p><p>Kind of self-explanatory title, definitely from the technically conservative side of free software, but nonetheless a valid question, that needs to be asked yet again. Almost all relevant software is hosted on M$ infrastructure, this can't end well. Thankfully there is <span class="h-card" translate="no"><a href="https://social.anoxinon.de/@Codeberg" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>Codeberg</span></a></span> and the likes and some good stuff hosted there like <span class="h-card" translate="no"><a href="https://floss.social/@CoMaps" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>CoMaps</span></a></span> </p><p><a href="https://unixdigest.com/articles/why-is-your-open-source-project-still-hosted-on-github.html" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">unixdigest.com/articles/why-is</span><span class="invisible">-your-open-source-project-still-hosted-on-github.html</span></a></p><p><a href="https://social.anoxinon.de/tags/foss" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>foss</span></a> <a href="https://social.anoxinon.de/tags/git" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>git</span></a> <a href="https://social.anoxinon.de/tags/opensource" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>opensource</span></a> <a href="https://social.anoxinon.de/tags/freesoftware" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>freesoftware</span></a> <a href="https://social.anoxinon.de/tags/techfacism" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>techfacism</span></a> <a href="https://social.anoxinon.de/tags/linux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>linux</span></a> <a href="https://social.anoxinon.de/tags/android" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>android</span></a></p>
Game of Trees Hub<p>Commit notifications via email and http/json can now be configured via gotsys,conf, making this feature available to Game of Trees Hub users, too.</p><p><a href="https://gothub.org/features.html" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">gothub.org/features.html</span><span class="invisible"></span></a></p><p><a href="https://exquisite.social/tags/gameoftrees" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>gameoftrees</span></a> <a href="https://exquisite.social/tags/git" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>git</span></a> <a href="https://exquisite.social/tags/hosting" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>hosting</span></a></p>
txt.file<p>Is there software to checkout a <a href="https://chaos.social/tags/git" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>git</span></a> repository with <a href="https://chaos.social/tags/subversion" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>subversion</span></a>?<br>Is there a way to checkout a git respository (on a server) and provide it as subversion repository?</p>
txt.file<p>30 minutes later <a href="https://chaos.social/tags/git" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>git</span></a> still not finished to clone the repository.</p>
txt.file<p>I liked keeping source code repositories much more when <a href="https://chaos.social/tags/subversion" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>subversion</span></a> was used.</p><p>* This was tooted while waiting for a 1,5 GiB <a href="https://chaos.social/tags/git" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>git</span></a> clone.</p>
Sylvain Lesage<p>If you want to 🔍 dig into the history of a git repository, look at the new git2parquet package. It generates a parquet file, and then you use whichever client you like (duckdb, hf, hyperparam, etc) to view and analyze.</p><p>In your repo, just launch</p><p>$ npx git2parquet</p><p>then upload your parquet to Hugging Face, as i did, or open it with</p><p>$ npx hyperparam</p><p>---</p><p><a href="https://www.npmjs.com/package/git2parquet" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="">npmjs.com/package/git2parquet</span><span class="invisible"></span></a><br><a href="https://huggingface.co/datasets/severo/dataset-viewer-code-commits/viewer?row=1&amp;views%5B%5D=train" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">huggingface.co/datasets/severo</span><span class="invisible">/dataset-viewer-code-commits/viewer?row=1&amp;views%5B%5D=train</span></a></p><p><a href="https://mastodon.social/tags/git" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>git</span></a> <a href="https://mastodon.social/tags/parquet" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>parquet</span></a></p>
Monospace Mentor<p>Git tip: Create a `.gitmessage` template file and set it with `git config commit.template ~/.gitmessage`. Consistent commit messages improve team communication and project history. <a href="https://floss.social/tags/Git" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Git</span></a></p>
c't Magazin<p>heise+ | FAQ: Git-Stolperfallen im Alltag vermeiden</p><p>Git ist das populärste Versionskontrollsystem – viele Open-Source-Projekte nutzen es. Wir zeigen, wie Sie typische Fehler vermeiden und Git effektiv einsetzen.</p><p><a href="https://www.heise.de/ratgeber/FAQ-Git-Stolperfallen-im-Alltag-vermeiden-10486505.html?wt_mc=sm.red.ho.mastodon.mastodon.md_beitraege.md_beitraege&amp;utm_source=mastodon" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">heise.de/ratgeber/FAQ-Git-Stol</span><span class="invisible">perfallen-im-Alltag-vermeiden-10486505.html?wt_mc=sm.red.ho.mastodon.mastodon.md_beitraege.md_beitraege&amp;utm_source=mastodon</span></a></p><p><a href="https://social.heise.de/tags/Git" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Git</span></a> <a href="https://social.heise.de/tags/GitHub" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GitHub</span></a> <a href="https://social.heise.de/tags/IT" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>IT</span></a> <a href="https://social.heise.de/tags/Softwareentwicklung" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Softwareentwicklung</span></a> <a href="https://social.heise.de/tags/Versionskontrolle" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Versionskontrolle</span></a> <a href="https://social.heise.de/tags/news" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>news</span></a></p>
//devdigest<p>⚡️ VS Code Team Requests User Feedback</p><p>🏷️ <a href="https://mastodon.social/tags/devdigest" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>devdigest</span></a> <a href="https://mastodon.social/tags/dotnet" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>dotnet</span></a> <a href="https://mastodon.social/tags/net" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>net</span></a> <a href="https://mastodon.social/tags/git" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>git</span></a> <a href="https://mastodon.social/tags/github" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>github</span></a></p><p><a href="https://devdigest.today/goto/4720" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">devdigest.today/goto/4720</span><span class="invisible"></span></a></p>
Dirk Hondong<p>Am 10.10.25 ist es so weit<br>Data Moshpit 2025</p><p><a href="https://www.data-moshpit.de/runningorder.html" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">data-moshpit.de/runningorder.h</span><span class="invisible">tml</span></a></p><p>Heavy metal themed data conference </p><p>Und das in einem Metal Club</p><p><a href="https://nrw.social/tags/DataMoshpit" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>DataMoshpit</span></a><br><a href="https://nrw.social/tags/sqlserver" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>sqlserver</span></a> <br><a href="https://nrw.social/tags/DataScience" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>DataScience</span></a> (the crazy one...) :-D<br><a href="https://nrw.social/tags/Fabric" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Fabric</span></a> <br><a href="https://nrw.social/tags/fabricsqldatabase" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>fabricsqldatabase</span></a><br><a href="https://nrw.social/tags/git" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>git</span></a><br><a href="https://nrw.social/tags/microsoftdataplatformcommunity" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>microsoftdataplatformcommunity</span></a><br><a href="https://nrw.social/tags/dax" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>dax</span></a><br><a href="https://nrw.social/tags/powerbi" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>powerbi</span></a> <br><a href="https://nrw.social/tags/cloud" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cloud</span></a> <a href="https://nrw.social/tags/onprem" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>onprem</span></a><br><a href="https://nrw.social/tags/devops" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>devops</span></a><br><a href="https://nrw.social/tags/databricks" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>databricks</span></a> </p><p><a href="https://nrw.social/tags/metal" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>metal</span></a><br><a href="https://nrw.social/tags/moshpit" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>moshpit</span></a></p>
Christopher M0YNG<p>help an admin who can't seem to search this ...</p><p>I have this message</p><p>config/sidekiq.yml: needs merge</p><p>I don't care, I have a copy of the changed file.</p><p>How do I get git to ignore the changes / merge FOR THIS SPECIFIC FILE and checkout over the top of it?</p><p><a href="https://mastodon.radio/tags/instanceAdmin" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>instanceAdmin</span></a> <a href="https://mastodon.radio/tags/git" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>git</span></a></p>
Yann Büchau :nixos:<p>Sneak peek für meinen talk „Das Leben in Git” beim <a href="https://fosstodon.org/tags/TdF" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>TdF</span></a> in <a href="https://fosstodon.org/tags/T%C3%BCbingen" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Tübingen</span></a> am 26.07.2025, 19:00 in der Westspitze.</p><p><a href="https://cfp.cttue.de/tdf4/talk/EECDBS/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">cfp.cttue.de/tdf4/talk/EECDBS/</span><span class="invisible"></span></a></p><p><a href="https://fosstodon.org/tags/git" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>git</span></a> <a href="https://fosstodon.org/tags/gitAnnex" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>gitAnnex</span></a> <a href="https://fosstodon.org/tags/forgejo" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>forgejo</span></a> <a href="https://fosstodon.org/tags/forgejoAneksajo" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>forgejoAneksajo</span></a></p>
KungFuDiscoMonkey<p>Assuming I do not care about commit IDs (I want to rewrite history after all) is there a <a href="https://social.tsun.co/tags/git" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>git</span></a> tool out there, that would let me do a `git rebase` but squish/bucket things by date?</p><p>Example:<br>- Anything older than a year, squash by month<br>- Anything older than a month squash by week</p><p>I am using git to watch changes to some files, but at some point, I do not care so much about detailed older history, only detailed recent history.</p><p><a href="https://social.tsun.co/tags/lazyweb" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>lazyweb</span></a></p>
Martin Owens :inkscape:<p>I know this is for a car, but many a thing cried out at a command line. 😅</p><p><a href="https://floss.social/tags/git" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>git</span></a> <a href="https://floss.social/tags/programming" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>programming</span></a> <a href="https://floss.social/tags/gitlab" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>gitlab</span></a> <a href="https://floss.social/tags/mergerequest" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>mergerequest</span></a> <a href="https://floss.social/tags/foss" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>foss</span></a> <a href="https://floss.social/tags/opensource" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>opensource</span></a></p>
rozodru<p>I think I'm going to transition from github to codeberg unless someone has a better alternative. I mean sure I could self host it as I already have git on my webserver but most of my stuff I want to be accessible by the public. </p><p>If anyone has any suggestions it would be most appreciated. </p><p><a href="https://social.vivaldi.net/tags/FOSS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>FOSS</span></a> <a href="https://social.vivaldi.net/tags/Github" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Github</span></a> <a href="https://social.vivaldi.net/tags/Git" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Git</span></a> <a href="https://social.vivaldi.net/tags/Linux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Linux</span></a></p>
Monospace Mentor<p>Git tip: Use `git commit --fixup &lt;hash&gt;` for small fixes, then `git rebase -i --autosquash` to automatically organize them. Keeps commit history clean during development. <a href="https://floss.social/tags/Git" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Git</span></a></p>
scy<p>TIL: You can use `git show :filename.xyz` (i.e., a file name with a colon prefix) to show the staged contents of a file, before committing.</p><p>For example, I made several changes to an SCSS file and staged only a few of the changed lines (using `git add -p foo.scss`). But since I also keep a CSS file in the repo that contains the result of the SCSS, I needed a way to generate the CSS with _only_ the staged lines and none of the unstaged ones.</p><p>Easy:</p><p>git show :foo.scss | sass - foo.css</p><p><a href="https://chaos.social/tags/Git" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Git</span></a></p>
heise online English<p>GitLab 18.2: Duo Agent Platform for VS Code and JetBrains released as beta</p><p>The GitLab Duo Agent Platform for IDEs has a connection to JetBrains IDEs and VS Code, can handle MCP and offers agentic chat and agent flows.</p><p><a href="https://www.heise.de/en/news/GitLab-18-2-Duo-Agent-Platform-for-VS-Code-and-JetBrains-released-as-beta-10495714.html?wt_mc=sm.red.ho.mastodon.mastodon.md_beitraege.md_beitraege&amp;utm_source=mastodon" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">heise.de/en/news/GitLab-18-2-D</span><span class="invisible">uo-Agent-Platform-for-VS-Code-and-JetBrains-released-as-beta-10495714.html?wt_mc=sm.red.ho.mastodon.mastodon.md_beitraege.md_beitraege&amp;utm_source=mastodon</span></a></p><p><a href="https://social.heise.de/tags/Git" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Git</span></a> <a href="https://social.heise.de/tags/IT" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>IT</span></a> <a href="https://social.heise.de/tags/K%C3%BCnstlicheIntelligenz" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>KünstlicheIntelligenz</span></a> <a href="https://social.heise.de/tags/Softwareentwicklung" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Softwareentwicklung</span></a> <a href="https://social.heise.de/tags/news" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>news</span></a></p>
jbz<p>I hear Jujutsu, I hear Xoogler forced to peddle that crap to survive out in the open with the rest of us, mere simpletons that at best know 3 git commands by memory.</p><p><a href="https://indieweb.social/tags/JuJutsu" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>JuJutsu</span></a> <a href="https://indieweb.social/tags/git" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>git</span></a> <a href="https://indieweb.social/tags/humor" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>humor</span></a> <a href="https://indieweb.social/tags/google" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>google</span></a></p>
//devdigest<p>⚡️ Ask Mode and Agent Mode in .NET GitHub Copilot Chat</p><p>🏷️ <a href="https://mastodon.social/tags/devdigest" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>devdigest</span></a> <a href="https://mastodon.social/tags/dotnet" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>dotnet</span></a> <a href="https://mastodon.social/tags/net" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>net</span></a> <a href="https://mastodon.social/tags/git" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>git</span></a> <a href="https://mastodon.social/tags/github" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>github</span></a></p><p><a href="https://devdigest.today/goto/4712" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">devdigest.today/goto/4712</span><span class="invisible"></span></a></p>