Load All GitHub Comments (take 2) https://meyerweb.com/eric/thoughts/2025/09/14/bookmarklet-load-all-github-comments-take-2/ #Github #Git #GitHub
hey @FreeCAD #freecad people, do you have any tips on using git for a team to work on a multipart project ?
we are looking at using it to have more tracking on the design process so that multiple people can work on an assembly better.
So we organise it with one (or more) Assembly file with all the parts as their own separate files.
also looking into having a numbered nomenclature ... (but still 🤔 )
Any example of development process like this out there you would point ?
#design #git #CAD
Man kann bei Codeberg ja SSH und GPG Keys zum signieren seiner Commits nutzen.
1. Signiert ihr eure Commits?
2. nutzt ihr dafür SSH oder GPG
3. was ist hier überhaupt der Unterschied
GPG ist ja eigentlich ganz nett weil man sich so einen Key ja auch über den Perso beglaubigt holen kann
#codeberg #git #gpg #ssh
@hnygd
I have been skimming Git commits in "{src,ports}" so ...
cd /freebsd/src.git/
git switch stable/14
git pull
git tag last-read <Commit-ish when last reviewed>
git log --graph --date-order last-read..stable/14
git tag -D last-read \
&& git tag last-read stable/14
cd -
⚡️ Spec-Driven Development With GitHub Spec Kit
🏷️ #devdigest #dotnet #net #git #github
https://devdigest.today/goto/4871
When I clone your #git repository and it is 670MB for a project that does markdown to html conversion... I just don't.
What the fuck are these people doing? Checking in their CI results?
Git: Visualizzare le modifiche tracciate e non tracciate
https://giovannilubrano.blogspot.com/2025/09/git-visualizzare-le-modifiche-tracciate.html
With intellij or eclipse, at the end of the day I wrote a short message to myself into an arbitrary Java file such that it was a compile error. The next day, the error was the first thing I would see in the IDE and immediately knew how to proceed.
Now I use Emacs but not a session which re-opens tons of files on startup. The thing I always open first is magit.
If this could scream at me with yesterday's message. How? Something like MOTD for git or magit?
#emacs #git #magit #programming
En la entrada de hoy os explico cómo he resuelto algo que tampoco es muy complicado, pero quizás os pueda ayudar en en algún momento. Instalar una versión antigua de #Git en RHEL 8, Rocky Linux 8 y similares: https://www.ochobitshacenunbyte.com/2025/09/15/instalar-una-version-antigua-de-git-en-rhel-8-rocky-linux-8-y-similares/
Instalar una versión antigua de Git en RHEL 8, Rocky Linux 8 y similares #programas #sysadmin #git #linus_torvalds #red_hat #rocky_linux
https://www.ochobitshacenunbyte.com/2025/09/15/instalar-una-version-antigua-de-git-en-rhel-8-rocky-linux-8-y-similares/
⚡️ Application Insights Code Optimizations for .NET Apps
🏷️ #devdigest #dotnet #net #git #github
https://devdigest.today/goto/4870