git

Back Open Paginator
26.02.2026 12:58
heptapod (@heptapod@fosstodon.org)

#heptapod 18.8.1 released, bumping GitLab to the patch/security release 18.8.5 Changelog: foss.heptapod.net/heptapod/hep Download instructions: heptapod.net/pages/get-heptapo #git #mercurial




Show Original Post


26.02.2026 11:21
heptapod (@heptapod@fosstodon.org)

#heptapod 18.7.5 released, bumping #gitlab to the regular patch/security release 18.7.5 Changelog: foss.heptapod.net/heptapod/hep Download instructions: heptapod.net/pages/get-heptapo #git #mercurial




Show Original Post


26.02.2026 10:53
qiita (@qiita@rss-mstdn.studiofreesia.com)

git worktreeとCursorで爆速並列開発!複数ブランチを同時に作業するワークフロー
qiita.com/sugumura/items/23271

#qiita #Git #初心者向け #cursor #GitWorktree




Show Original Post


26.02.2026 10:43
diazona (@diazona@techhub.social)

@satobi No, absolutely not. Because on a main branch it's often useful to maintain invariants like, the branch tip should always compile and pass tests, and each "step" from one main branch tip to the next should represent a coherent functional change in the software (e.g. a feature or bug fix), but when reviewing the history of the code it's often useful to see each functional change broken down in more granularity than that, so that you understand the story of how the change was made. (For example, in test driven development, you might write the tests in one step and write the code that makes them pass in a later step.) You can only get the benefits of both approaches if you don't squash commits.

Though, when I'm working I do make tiny commits like "fix", "WIP on thing", "checkpoint - some tests pass", and _those_ I do squash, but I usually do that before even pushing the branch. Those tiny incremental commits are just "implementation details".

#development #Git




Show Original Post


26.02.2026 07:04
pitrh (@pitrh@mastodon.social)

Game of Trees 0.123 released undeadly.org/cgi?action=articl




Show Original Post


26.02.2026 06:54
teajaygrey (@teajaygrey@snac.bsd.cafe)
Thanks for that!

I submitted a Pull Request to update MacPorts' Got to 0.123 here:

https://github.com/macports/macports-ports/pull/31334

GitHub Continuous Integration checks passed OK, it's up to someone else with commit access to merge it.

I also published an announcement on undeadly.org since rueda had already prepped it and it looked good!

#Got #GameOfTrees #MacPorts #OpenBSD #macOS #VersionControl #OpenSource #Git



Show Original Post


26.02.2026 03:53
jarvisscript (@jarvisscript@hachyderm.io)

Git Blame it on the rain

#BlameASongOrPoem
#HashtagGames
#git




Show Original Post


25.02.2026 22:50
escolalinux (@escolalinux@mastodon.social)

🔍 Desmistificando o Debate Git vs. GitHub: Entendendo as Principais Diferenças 🖥️🔗

Git e GitHub são frequentemente confundidos, mas possuem funções distintas no mundo do desenvolvimento. Descubra as diferenças essenciais entre eles e como cada um pode beneficiar seus projetos!

👉 Saiba mais no blog: nova.escolalinux.com.br/blog/d




Show Original Post


25.02.2026 20:50
frontenddogma (@frontenddogma@mas.to)

Git’s Magic Files, by @andrewnez:

nesbitt.io/2026/02/05/git-magi

#git #configuration




Show Original Post


25.02.2026 20:43
lwn (@lwn@fedi.lwn.net)

Support period lengthened for the 6.6, 6.12, and 6.18 kernels

lwn.net/Articles/1060271/ #LWN #Linux #kernel #Git




Show Original Post


25.02.2026 20:28
jnpn (@jnpn@mastodon.social)

queuing merges in jujutsu

pauladamsmith.com/blog/2026/02




Show Original Post


25.02.2026 20:11
shinguz (@shinguz@net.miaumuh.ch)

Git Crash Course (Tomorrow, 26.02.26):
Link: thealternative.ch/?eventId=91
Title: Git Crash Course
Speaker: Valentin Kaas
Place: #ETH HG D 7.1
Start Time: 18:15
End Time: 20:00
Date: 2026-02-26
Description:

#Git is the state-of-the-art version control system, taking away the pain of continuously changing file versions. Keep track of who changed what, when and why, and revert changes easily.

#GitLab allows you to save the files to the cloud, giving you a secure backup location and enabling easy collaboration. Never lose your files again, and coordinate changes in even bigger projects.

This course gives you a fast theoretical overview over all the concepts surounding Git and it will show you how to use Git.




Show Original Post


1 ...70 71 72 73 74 75 76 77 78 79 80 ...347
UP