Tag git

12 bookmarks have this tag.

2024-10-21

1570.

gwit: gwit - Web sites over Git

sr.ht/~ivilata/gwit

gwit is a minimalist system for a Web of replicated, host-neutral, lightweight sites backed by Git.

Interesting system. However, this system is designed around the notion of keeping the history by default, which is wrong. History is to be thrown away by default, that's what the modern Web gets right.

2024-08-27

1471.

charmbracelet/soft-serve

github.com/charmbracelet/soft-serve

The mighty, self-hostable Git server for the command line

2024-08-09

Reposted 1437.

Store Code Discussions in Git using Git Notes

wouterj.nl/2024/08/git-notes

Code discussions contain relevant information. Isn’t it a shame that we
keep these in the centralized GitHub/GitLab servers, far away from our
decentralized Git code? As soon as we move provider, we’ll lose all old
discussions! And how do you ever find the pull requests back from 5
years ago? Symfony has implemented a lightweight solution to this problem
years ago using a less-known feature of Git: Git Notes.

2024-05-24

Reposted 1278.

Writing commit messages

www.chiark.greenend.org.uk/~sgtatham/quasiblog/commit-messages

Гайд, как правильно писать сообщения для коммитов. О важности упоминания не просто того, что делает изменение, а зачем оно это делает. Очень мудро.

2024-04-26

1232.

adding activitypub to humungus

flak.tedunangst.com/post/adding-activitypub-to-humungus

2024-04-15

1228.

GitVerse

gitverse.ru

Git веб сервис

2024-02-03

1096.

depp - No frills static page generator for Git repositories

git.8pit.net/depp

SSG for Git is something new for me.

2024-01-19

Reposted 1060.

martinvonz/jj: A Git-compatible VCS that is both simple and powerful

github.com/martinvonz/jj

While not as rigorous as systems like Darcs and Pijul (which are based on a formalized theory of patches

2023-11-24

911.

erikbern/git-of-theseus

github.com/erikbern/git-of-theseus

2023-11-16

866.

Status update, November 2023 · emersion

emersion.fr/blog/2023/status-update-58

Emersion is making a cool tool called pyonji for easier git patch sending. Good UX.

2023-06-18

366.

Гигиена в Git

grishaev.me/git-pretty

Несколько правил, чтобы держать Git приличном виде.

В принципе, норм, кроме:

У каждого PR есть expire. Висит две недели — значит никому не нужен и удаляется автоматом. В следующий раз команда будет расторопней.

Хотя мб это мне тут надо подумать.

2023-06-11

315.

rss-git — alexander cobleigh / cblgh.org

cblgh.org/rss-git

using rss to generate permissionless social activity feeds for source code repositories