Serie — граф коммитов git в терминале

★ 2K

Serie is a terminal application that beautifully renders a git commit graph right in the console, like an enhanced `git log --graph --all`. Reach for it when you need to visually make sense of a repository's history without leaving the terminal: see branches, merges, and commit order as a graph, scroll through history, and understand the project's structure. It uses the terminal's image display protocol for a "real" graph. Its focus is visualizing git history in the terminal (TUI), not a GUI git client (GitKraken and the like) or repository hosting: the value is conveniently and beautifully viewing the commit graph where you already work — the console. It suits developers who live in the terminal and want to see branch and merge history clearly without a graphical client.