Tag git

11 bookmarks have this tag.

2024-12-04

Reposted 806.

Retcon

retcon.app

Rewrite Git history with a single drag-and-drop.
Undo anything with ⌘Z. All speed, no bumps.

2024-07-04

702.

Conventional Commits

www.conventionalcommits.org/en/v1.0.0

A specification for adding human and machine readable meaning to commit messages

2024-06-08

673.

GitButler

gitbutler.com

A Git client for simultaneous branches on top of your existing workflow.

  • Виртуальные ветки !!! (Теперь, если нашёл внезапный баг, не относящийся к текущей задаче, его исправление можно сразу же переместить в новую ветку, не теряя текущие изменения)

  • Отмена действий, сквоши, смена коммитов местами перетаскиванием!

2024-05-22

663.

Writing commit messages

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

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

2024-02-11

520.

Гигиена в Git

grishaev.me/git-pretty

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

2024-01-10

487.

Graphite - How the fastest developers ship code

graphite.dev

Finally: stacked PRs on GitHub

Файнали

2023-12-17

458.

Как пользоваться git

strizhechenko.github.io/2023/06/30/git-howto.html

Статья рассчитана на людей, которым быстренько надо, не особо вникая что-то сделать.

Или как словарик для перевода с разработческого.

2023-12-03

449.

Git Query language

amrdeveloper.github.io/gql

GQL is a query language with a syntax very similar to SQL with a tiny engine to perform queries on .git files instance of database files, the engine executes the query on the fly without the need to create database files or convert .git files into any other format, note that all Keywords in GQL are case-insensitive similar to SQL.

2023-11-10

402.

git rebase: what can go wrong?

jvns.ca/blog/2023/11/06/rebasing-what-can-go-wrong-

2023-09-20

337.

In a git repository, where do your files live?

jvns.ca/blog/2023/09/14/in-a-git-repository--where-do-your-files-live-

2023-02-18

2.

Working with stacked branches in Git is easier with --update-refs

andrewlock.net/working-with-stacked-branches-in-git-is-easier-with-update-refs

The concept of stacked branches and stacked PRs