Skip to content

Commit 942d042

Browse files
committed
rn-108: Fix link formatting, group similar tools
1 parent c93c4d2 commit 942d042

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: _posts/2024-02-29-edition-108.markdown

+4-4
Original file line numberDiff line numberDiff line change
@@ -156,14 +156,14 @@ __Git tools and sites__
156156
have been made where you can build release notes from your commit messages based on Git notes and
157157
trailers in multiple formats: console, AsciiDoc, Markdown, and HTML. Includes automatic calculation
158158
of your next version and automatic tagging.
159-
+ [LearnGit.io](https://learngit.io) is an upcoming resource for learning Git using videos with
160-
motion graphics. The project is by Jack Lot who posts Git videos on
161-
[The Modern Coder](https://www.youtube.com/@themoderncoder YouTube channel. Jack is looking for
162-
intermediate/advanced Git users for feedback. If interested email &lt;<[email protected]>&gt;.
163159
+ [git-cliff](https://git-cliff.org/) is a highly customizable changelog generator
164160
using regex-powered custom parsers that can generate changelog files for any Git repository
165161
which follows the [conventional commits](https://www.conventionalcommits.org/) specification.
166162
Written in Rust as a command-line application.
163+
+ [LearnGit.io](https://learngit.io) is an upcoming resource for learning Git using videos with
164+
motion graphics. The project is by Jack Lot who posts Git videos on
165+
[The Modern Coder](https://www.youtube.com/@themoderncoder) YouTube channel. Jack is looking for
166+
intermediate/advanced Git users for feedback. If interested email &lt;<[email protected]>&gt;.
167167
+ [pg-diff](https://michaelsogos.github.io/pg-diff/) is a PostgreSQL schema and data comparing tool.
168168
Written in JavaScript by Michael Sogos.
169169
+ [Another trivial utility: git-q](https://blog.plover.com/prog/git-q.html) by Mark Dominus

0 commit comments

Comments
 (0)