git

Back Open Paginator
04.10.2025 00:24
unixbhaskar (@unixbhaskar@fosstodon.org)

youtu.be/6qF9dW433_4

#linuxadmin #tool #git #opensource




Show Original Post


03.10.2025 23:19
kupac (@kupac@functional.cafe)

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




Show Original Post


03.10.2025 20:25
behrangsa (@behrangsa@mastodon.social)

Samoyed 0.2.2 is released. This version adds the ability to install Samoyed using curl:

```
curl -fsSL raw.githubusercontent.com/nutt | bash
```

To discuss, head over to Reddit: reddit.com/r/rust/comments/1nx




Show Original Post


03.10.2025 19:08
ethersync (@ethersync@fosstodon.org)

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!




Show Original Post


03.10.2025 18:50
hn50 (@hn50@social.lansky.name)

Radicle: Peer-to-Peer Collaboration with Git (2024)

Link: lwn.net/Articles/966869/
Discussion: news.ycombinator.com/item?id=4

#git




Show Original Post


03.10.2025 17:56
nielsk (@nielsk@mastodon.social)

I started to look into 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 or jujutsu saw them as deleted.




Show Original Post


03.10.2025 17:17
AndriiKuznietsov75 (@AndriiKuznietsov75@social.kyiv.dcomm.net.ua)

📝👨‍💻 Шпаргалка по #Git





Show Original Post


03.10.2025 14:40
blainsmith (@blainsmith@snac.rblgk.sh)
It annoys me when people create branches prefixed with [username]/*. People, your commits will have your name on them. You branch does not need it. Stahp.

#git



Show Original Post


03.10.2025 11:23
unixbhaskar (@unixbhaskar@fosstodon.org)

Oops!

#linuxkernel #next #opensourcedevelopment #operatingsystem #git #tool





Show Original Post


03.10.2025 11:23
unixbhaskar (@unixbhaskar@mastodon.social)

Oops!





Show Original Post


03.10.2025 07:05
r (@r@fed.brid.gy)

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




Show Original Post


03.10.2025 06:42
pawelgrzybek (@pawelgrzybek@mastodon.social)

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!

nickyt.co/blog/git-worktrees-g

I have been using worktrees on daily basis for years now. I also published a thing about them years ago.

pawelgrzybek.com/working-with-

Not only VSCode, but lazygit also has a fantastic support for worktrees. Yes, I have one about it as well 😊

pawelgrzybek.com/lazygit-the-c




Show Original Post


1 ...240 241 242 243 244 245 246 247 248 249 250 ...348
UP