git

Back Open Paginator
16.09.2025 12:42
WeirdWriter (@WeirdWriter@caneandable.social)

Load All GitHub Comments (take 2) meyerweb.com/eric/thoughts/202 #Github #Git #GitHub




Show Original Post


16.09.2025 10:57
olm_e (@olm_e@tchafia.be)

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




Show Original Post


16.09.2025 10:44
bjoern (@bjoern@social.sengotta.net)

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




Show Original Post


16.09.2025 10:05
objects (@objects@social.tourmentine.com)
[lien] GitHub introduces hybrid post-quantum SSH security to better protect Git data in transit | AlternativeTo #security #gik #git #ssh #ms


Show Original Post


16.09.2025 09:59
ax6761 (@ax6761@freeradical.zone)

@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 -

#Git #versionControlSoftware




Show Original Post


16.09.2025 08:00
devdigest (@devdigest@mastodon.social)

⚡️ Spec-Driven Development With GitHub Spec Kit

🏷️

devdigest.today/goto/4871




Show Original Post


16.09.2025 07:23
musicmatze (@musicmatze@social.linux.pizza)

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?




Show Original Post


15.09.2025 22:51
GLubrano (@GLubrano@mastodon.uno)

Git: Visualizzare le modifiche tracciate e non tracciate

giovannilubrano.blogspot.com/2

#git
@opensource




Show Original Post


15.09.2025 20:15
HaraldKi (@HaraldKi@nrw.social)

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




Show Original Post


15.09.2025 19:27
davidochobits (@davidochobits@mastodon.social)

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 en RHEL 8, Rocky Linux 8 y similares: ochobitshacenunbyte.com/2025/0




Show Original Post


15.09.2025 19:14
geekland (@geekland@mastodon.social)

Instalar una versión antigua de Git en RHEL 8, Rocky Linux 8 y similares
ochobitshacenunbyte.com/2025/0




Show Original Post


15.09.2025 19:09
devdigest (@devdigest@mastodon.social)

⚡️ Application Insights Code Optimizations for .NET Apps

🏷️

devdigest.today/goto/4870




Show Original Post


1 ...262 263 264 265 266 267 268 269 270 271 272 ...347
UP