git

Back Open Paginator
22.12.2025 10:00
smartgit (@smartgit@techhub.social)

Done with your hotfix? Clean it up instantly 🧹

SmartGit makes Worktree housekeeping a breeze: 🔹 Repository > Remove Worktree (Deletes cleanly) 🔹 Prune Obsolete Worktrees (Fixes broken links)

Give it a try—SmartGit is FREE for Open Source, academic, and hobby use 🎁

Learn more here 👉 youtu.be/3ulbYTk7lyo

🚀 Get SmartGit: smartgit.dev

#Git #SmartGit





Show Original Post


22.12.2025 02:20
postmodern (@postmodern@ruby.social)

How useful is adding a CLAUDE.md file to your repo to try to inform Claude AI about the project? I'm not a fan of AI, but if people wish to use AI then trying to help it make *fewer* mistakes seems reasonable.

#claude #git #github




Show Original Post


22.12.2025 02:01
philpem (@philpem@digipres.club)

I've just cloned a #Git repo with about 10MB of code and assets, but the repo itself is 3GB.
Does anyone know of a way I can find out why the repo is so bloated?

Edit: thanks to @vga256 for the solution: mastodon.tomodori.net/@vga256/
There's a one-liner for this on stackoverflow.com/questions/10




Show Original Post


21.12.2025 23:43
adhisimon (@adhisimon@mastodon.kodesumber.com)

@educoder @plwt for me, has not need critical reason for redundancy. It's #git, any local repository is a copy.




Show Original Post


21.12.2025 22:38
ekuber (@ekuber@hachyderm.io)

If you are a #git expert, I would love it if you could evaluate that the way I'm checking for this is actually correct.




Show Original Post


21.12.2025 16:45
clonbg (@clonbg@masto.es)

Los comandos que necesito para trabajar con git desde la terminal myblog.clonbg.es/los-comandos- #Terminal #Git clonbg.es





Show Original Post


21.12.2025 09:30
devdigest (@devdigest@mastodon.social)

⚡️ Microsoft Retires IntelliCode for Copilot Era

🏷️

devdigest.today/goto/5227




Show Original Post


21.12.2025 03:56
eltrac (@eltrac@c7.io)

#突然想到 #Git Pull Request 不应该叫 Merge Request 吗?




Show Original Post


20.12.2025 23:20
v4rd4453n (@v4rd4453n@mathstodon.xyz)

#git

I managed to sign a whole bunch of commits with the wrong id, and I wanted to preserve the commit and author date

these two commands do the same and sign each commit with the id specified in the local .git/config or the global ~one

git rebase -i --root --committer-date-is-author-date --exec 'GIT_COMMITTER_DATE=$(git log -1 --format=%cd) GIT_AUTHOR_DATE=$(git log -1 --format=%ad) git commit --amend --no-edit --reset-author -S'

or

git rebase -i --root --committer-date-is-author-date --exec 'GIT_COMMITTER_DATE=$(git log -1 --format=%cd) git commit --amend --date="$(git log -1 --format=%ad)" --no-edit --reset-author -S'

the rebase flag --committer-date-is-author-date works in tandem with the environment variables in the exec commit

if i only rebase one commit a time eg. HEAD~1, then I can omit the --committer-date-is-author-date




Show Original Post


20.12.2025 20:18
michabbb (@michabbb@social.vivaldi.net)

🔐 #SOPS: Secrets OPerationS - simple & flexible tool for managing secrets #devops #security #opensource #infosec

🔑 Encrypts #YAML, #JSON, ENV, INI & binary files with multiple encryption backends: #AWS KMS, #GCP KMS, Azure Key Vault, #age & #PGP

🛡️ Only encrypts values while leaving keys in cleartext for easy diffing & version control in #git repositories

🔄 Key groups with Shamir's Secret Sharing - split data keys requiring multiple identities to decrypt

🧵 👇





Show Original Post


20.12.2025 18:02
yarikoptic (@yarikoptic@fosstodon.org)

One of the FOSS tools I use increasingly on daily basis is the @visidata (visidata.org) which I feed mostly .tsv's (from #BIDSstandard or my strava-backup), json lines (#git-annex), .parquet etc. But today's use-case is -- output from lsscsi to quickly explore/see summary types of drives I have in the system -- `lsscsi | vd -f fixed --header 0`, go column with models and Shift-F to get





Show Original Post


20.12.2025 16:58
forge (@forge@gts.gitroot.dev)

🚀 GitRoot v0.3.0 is here! 🚀

Previously, GitRoot served as a **Source Code Management (SCM)** system, allowing you to create Git repositories and manage access permissions. However, GitRoot was never intended to be _just_ an SCM. With this **v0.3.0** release, it evolves into a full-fledged **forge**.

But that's not all there's a lot more that's been done in this version. Head over to the article https://gitroot.dev/blog/version-0.3.0.html to find out all about it.

I definitely deserve holidays now! 😅

If you boost, your pipeline will be all time green 💚

#forge #devOps #wasm #foss #git #cicd




Show Original Post


1 ...150 151 152 153 154 155 156 157 158 159 160 ...348
UP