You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
you can find there links to other editions with other articles, and to xsrelated tools.
295
+
+ See also [Stacked PRs CLI Product Comparison (Public)](https://docs.google.com/spreadsheets/d/1riYPbdprf6E3QP1wX1BeASn2g8FKBgbJlrnKmwfU3YE/edit?gid=0#gid=0)
296
+
Google Sheet spreadsheet.
297
+
+ Contrast [Patterns for Managing Source Code Branches](https://martinfowler.com/articles/branching-patterns.html),
298
+
which strongly recomments patterns that are best suited to Continuous Integration,
299
+
first mentioned in [Git Rev News Edtion #63](https://git.github.io/rev_news/2020/05/28/edition-63/),
300
+
and [Ship / Show / Ask: A modern branching strategy](https://martinfowler.com/articles/ship-show-ask.html),
301
+
mentioned in [Edition #79](https://git.github.io/rev_news/2021/09/30/edition-79/).
302
+
+[Git With Python HowTo: GitPython Tutorial And PyGit2 Tutorial](https://grimoire.carcano.ch/blog/git-with-python-howto-gitpython-tutorial-and-pygit2-tutorial/)
303
+
by Marco Antonio Carcano on his blog 'The grimoire of a modern Linux professional'.
304
+
+[Beyond “Commit” and “Push”: 5 Advanced Git Features You Should Know](https://www.git-tower.com/blog/5-advanced-git-features)
305
+
by Bruno Brito on GitTower Blog.
306
+
Covers git-bisect, git-rerere, gitattributes, git-notes, and git-worktree.
+[Host your own Radicle seed node](https://dev.to/raulnq/semantic-versioning-with-gitversion-gitflow-1gb4)
317
+
by Eduard on Ed's Site. Also available [on DEV\.to](https://dev.to/viiik/how-to-host-your-own-radicle-node-contribute-to-decentralized-source-control-5cgm).
318
+
+[Creating a Git commit: The Hard Way](https://avestura.dev/blog/creating-a-git-commit-the-hard-way)
319
+
(with low-level plumbing commands) by Aryan Ebrahimpour
320
+
on Avestura's Personal Website.
321
+
+[My Git cheatsheet](https://write.as/pylapp/my-git-cheatsheet) - a list
322
+
of some useful commands, as a cheatsheet or a simple reminder to keep and share.
323
+
Written by Pierre-Yves Lapersonne, on pylapp blog (in the fediverse (write\.as)),
324
+
who posts mainly in French.
325
+
271
326
272
327
<!---
273
328
__Easy watching__
274
329
-->
275
330
276
331
__Git tools and sites__
332
+
+[b4](https://github.com/mricon/b4) is a tool created to make it easier
333
+
for project developers and maintainers to use a distributed development
334
+
workflow that relies on patches, e-mail and distribution lists for code
335
+
contributions and review (like those used in Linux kernel development).
336
+
This tool was first mentioned in [Git Rev News Edition #61](https://git.github.io/rev_news/2020/03/25/edition-61/);
337
+
you can find links to various articles and posts about this tool
338
+
in [Edition #61](https://git.github.io/rev_news/2020/03/25/edition-61/),
0 commit comments