git

Back Open Paginator
06.03.2026 12:00
poul_polimi (@poul_polimi@mastodon.uno)

Hai sempre voluto imparare a usare Git (:gitea:) per gestire il tuo codice in modo efficiente?
💻 Grazie al corso Git 2026, offerto anche quest'anno come Passion in Action, questo è possibile!

@ItaLinuxSociety @milano @lambrate
#politecnicodimilano #git #svn #corso #course @tecnologia @linux

1/





Show Original Post


06.03.2026 11:54
henrik (@henrik@eliitin-some.fi)

I haven't set up a new code project in ages, but now I am doing so, and GitHub isn't anymore even a remotely within the options I'm considering. Given the constant corporation driven enshittification, the only viable options seems to be self host. And while I'm at it, I think I'll ditch git as well, and go with fossil-scm.org/ , a SCM developed and used by the sqlite team.

#programming #git #fossil #scm




Show Original Post


06.03.2026 11:33
gaby_wald (@gaby_wald@framapiaf.org)

"Git City visualise les profils GitHub sous forme de ville 3D en pixel art : chaque développeur·se devient un bâtiment que vous pouvez explorer en volant dans la cité." (Poke @camilleroux.com )

#GitCity #Git #City #OoenSource #LogicielLibre ...

thegitcity.com/




Show Original Post


06.03.2026 10:36
richcarl (@richcarl@mastodon.nu)

Magit user? Want to do some on-the fly git stuff in a shell in the current dir and not switch to your main Emacs window? Or just use Magit as a Git TUI? Put this in a file ~/bin/magit:

#!/bin/bash

emacs -nw --eval="(setq magit-display-buffer-function #'magit-display-buffer-same-window-except-diff-v1)" -f magit

#git #magit #emacs




Show Original Post


06.03.2026 08:30
readyforreview (@readyforreview@podcasts.social)

Pünktlich zum Wochenende gibt es eine neue Woche. Beide hatten eine ruhige Woche. Dennoch gibt es Neues zu berichten.

Hört einfach mal rein.

👉 ready-for-review.dev/2026/03/0

#git #podcast #oss





Show Original Post


06.03.2026 07:45
itsfoss (@itsfoss@mastodon.social)

If the creator of Linux relies on source control, so can you! 💻🔥





Show Original Post


06.03.2026 07:23
wiersdorf (@wiersdorf@fosstodon.org)

git bisect is one of the greatest things ever invented

#git




Show Original Post


06.03.2026 02:03
bipolaron (@bipolaron@scholar.social)

This looks amazing, I can't wait to see if it makes my #kicad experience work with #git / #codeberg

It seems to be at least a solid start to a graphical review tool for PCB revisions done in kicad, with a slider to see changes between schematics and layouts, plus a BOM tracker!

forum.kicad.info/t/kicad-prism

github.com/krishna-swaroop/KiC





Show Original Post


05.03.2026 16:47
lwn (@lwn@fedi.lwn.net)

[$] Reconsidering the multi-generational LRU

The multi-generational LRU (MGLRU) is an alternative memory-management algorithm that was merged for the 6.1 kernel in late 2022. It brought a promise of much-improved performance [...]

lwn.net/Articles/1060967/ #LWN #Linux #kernel #Android #Git #BPF #LSFMMBPF




Show Original Post


05.03.2026 15:44
kinetiqa (@kinetiqa@mastodon.social)

Wir haben beschlossen, etwas gegen das schlechte Gewissen zu unternehmen, wenn empfiehlt, vor einem Update ein Datenbank-#Backup zu machen:

blog.kinetiqa.de/2026/03/wordp

Wir haben für kleine Blogs eine einfache, aber effiziente Backupstrategie entwickelt. Sie verwendet unter der Haube und erlaubt, zu beliebigen vergangenen Zeitpunkten zurückzuspringen.

Wie genau so ein Backup funktioniert, beschreiben wir in unserem neuesten Blogbeitrag.




Show Original Post


05.03.2026 15:16
smartgit (@smartgit@techhub.social)

You just reorganized your project and renamed several files. When you check your history, Git cleverly shows that the files were "renamed" rather than deleted and recreated.

How does Git actually record this rename action under the hood? Vote below👇

Check out the right answer here 👉 youtube.com/post/UgkxmMT_wtEzW

#SmartGit #git #SoftwareEngineering #WebDevelopment #CodingLife

Special rename metadata
Follows the file inode
Calculates it on the fly
A delete and a recreate




Show Original Post


05.03.2026 13:19
timofruehwirth (@timofruehwirth@fedihum.org)

Thank you @stefanzweifel (& contributors) for git-auto-commit-action.

#git #github #workflow




Show Original Post


1 ...62 63 64 65 66 67 68 69 70 71 72 ...347
UP