Who called git, and how Claude was caught red-handed

find ~/workspace -maxdepth 2 -name .git -type d -print0 | xargs -0 git unneeded --no-fetch
aaaaaaaaaaaaa
Did you clone a large amount of git repos? Is ~/workspace/ a giant mess? Need to declutter?
If a remote exists and all branches have been pushed (or merged), and you trust the git host to stay up, maybe we don't need to keep the local copy.
Or if there's local branch refs for commits that have never been pushed, maybe they should be.
https://github.com/ellieayla/git-unneeded will report whether deleting branches/repo would be safe. Doesn't delete anything for you.
This is a very short post to let you know that you can ignore files in Git globally, which is very useful for certain pesky files…
https://www.sindastra.de/p/3816/git-ignore-files-globally #developer #gitgit installation
we use git for source code version control tool. before using git, let's install git first.
https://deku.posstree.com/en/git/installation/
git 설치
소스 코드의 버전 관리를 위해 git을 사용하려고 합니다. git을 사용하기 위해 git을 설치합니다.
https://deku.posstree.com/ko/git/installation/
gitインストール
ソースコードのバージョン管理のためgitを使ってみましょう。gitを使うためgitをインストールします。
https://deku.posstree.com/git/installation/
git yaml files will start anyone’s slow decent into madness …
#dev #devops #git #yaml #crazy
📢 Betterleaks : un outil open-source pour détecter des secrets dans dossiers, fichiers et dépôts Git
📝 Selon BleepingComputer, un nouvel outil open-source nommé Betterl...
📖 cyberveille : https://cyberveille.ch/posts/2026-03-16-betterleaks-un-outil-open-source-pour-detecter-des-secrets-dans-dossiers-fichiers-et-depots-git/
🌐 source : https://www.bleepingcomputer.com/news/security/betterleaks-a-new-open-source-secrets-scanner-to-replace-gitleaks/
#Betterleaks #Git #Cyberveille
damn lwn writes about emacs git / jujutsu thin UIs
#emacs #git #jujutsu #vcs #ui #ux
Game of Trees Hub https://gothub.org/ #open-source #git #BSD
Git for Beginners: Branches, Commits, and Your First Pull Request https://jsdev.space/git-branches-commits-pull-request/ #git
