#linuxadmin #tool #git #opensource
Is there anyone using Radicle for collaboration (as a git forge)? I really like the idea of decentralised git hosting. By quickly trying out radicle-desktop, it seems to have most of the features I need (namely, issues and patches). I'm still looking if there's CI/CD, but maybe that needs to be done separately.
#git #forge #radicle
Samoyed 0.2.2 is released. This version adds the ability to install Samoyed using curl:
```
curl -fsSL https://raw.githubusercontent.com/nutthead/samoyed/main/install.sh | bash
```
To discuss, head over to Reddit: https://www.reddit.com/r/rust/comments/1nx74cq/samoyed_022_is_just_released_this_minor_version/
We made a fun experiment this week: What happens if, in addition to "regular files", we also sync the contents of .git in real time?
The result is surprising: If one person creates a commit, the other peers will immediately have it. You can even write the commit message together (because it's just the file .git/COMMIT_EDITMSG).
You can also switch branches together, have the same #Git index, etc. – great for pair programming!
We will probably offer a `--sync-vcs` flag in the next release!
Radicle: Peer-to-Peer Collaboration with Git (2024)
Link: https://lwn.net/Articles/966869/
Discussion: https://news.ycombinator.com/item?id=45435608
I started to look into #jujutsu today and so far it seems more complicated. And it had real problems with files that have an umlaut in their name. I needed to rename those files on another device with #git or jujutsu saw them as deleted.
📝👨💻 Шпаргалка по #Git

[username]/*. People, your commits will have your name on them. You branch does not need it. Stahp.Oops!
#linuxkernel #next #opensourcedevelopment #operatingsystem #git #tool

Oops!
#linuxkernel #next #opensourcedevelopment #operatingsystem #git #tool

users of @tangled.org can I have your opinion: do u think we need the @ symbol for handles in tangled urls? tangled.org/@tangled.org... pls react or comment idk #atproto #git #forge #tangled
Remove @ in tangled URLs · iss...
Recently @chriscoyier linked to an article by @nickytonline about git worktrees. It has a tons of handy snippets for your git config ready for copy/pasta 🍝 Good post!
https://www.nickyt.co/blog/git-worktrees-git-done-right-2p7f/
I have been using worktrees on daily basis for years now. I also published a thing about them years ago.
https://pawelgrzybek.com/working-with-git-worktrees/
Not only VSCode, but lazygit also has a fantastic support for worktrees. Yes, I have one about it as well 😊
https://pawelgrzybek.com/lazygit-the-convenience-of-gui-with-the-power-of-git-cli/