Skip to content

Commit 44e19bb

Browse files
authored
rn-62: Add links to articles, tools and sites
1 parent 96bfe0d commit 44e19bb

File tree

1 file changed

+38
-1
lines changed

1 file changed

+38
-1
lines changed

‎rev_news/drafts/edition-62.md‎

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,13 +238,50 @@ This edition covers what happened during the month of March 2020.
238238
__Various__
239239

240240
*[Peff interviewed Junio](https://github.blog/2020-04-07-celebrating-15-years-of-git-an-interview-with-git-maintainer-junio-hamano/)
241-
on the GitHub Blog to celebrate Git’s 15th anniversary.
241+
on the GitHub Blog to celebrate Git’s 15th anniversary.
242+
An interview with Git creator Linus Torvalds on Git's 10th anniversary [can be found](https://www.linux.com/news/10-years-git-interview-git-creator-linus-torvalds/)
243+
in [Git Rev News #2 (April 15th, 2015)](https://git.github.io/rev_news/2015/04/05/edition-2/)
244+
*[Git credential helper vulnerability announced](https://github.blog/2020-04-14-git-credential-helper-vulnerability-announced/)
245+
by Taylor Blau on GitHub Blog -- upgrade to 2.26.1.
246+
*[GitHub sharply slashes plan pricing, offers core features for free to all](https://arstechnica.com/gadgets/2020/04/github-sharply-slashes-plan-pricing-offers-core-features-for-free-to-all/)
242247

243248
__Light reading__
244249

250+
*[GitLab: Our ultimate guide to Git](https://about.gitlab.com/blog/2020/04/20/ultimate-git-guide/).
251+
Tagline: "Open source pioneer Git is 15 years old. Here is our guide to making the most of it.
252+
*[15 years of Git: How to get started or learn something new](https://opensource.com/article/20/4/get-started-git)
253+
by Seth Kenlon (Red Hat) on OpenSource.com
254+
*[4 Git scripts I can't live without](https://opensource.com/article/20/4/git-extras)
255+
by Vince Power on OpenSource.com. The scripts can be found in [git-extras](https://github.com/tj/git-extras) project.
256+
*[Optimizing Git For Ryzen CPUs (1.5x Faster)](https://docs.keydb.dev/blog/2020/04/08/blog-post/),
257+
utilizing Intel's SHA-NI instruction set to speed up SHA-1, by John Sully
258+
*[Create web tutorials with Reveal.js and Git](https://opensource.com/article/20/4/create-web-tutorial-git) by Eric D. Schabell (Red Hat)
259+
*[Using a self-rewriting README powered by GitHub Actions to track TILs (Today I Learneds)](https://simonwillison.net/2020/Apr/20/self-rewriting-readme/)
260+
by Simon Willison
261+
*[GitOps - A Security Perspective (Part 1)](https://dev.to/alcide/gitops-a-security-perspective-part-1-16ci)
262+
by Gadi Naor of Alcide. [GitOps](https://www.gitops.tech/) is a paradigm that puts Git
263+
at the heart of building and operating cloud native applications
264+
by using Git as the single source of truth.
265+
*[Computer Science Visualized: Useful Git Commands](https://dev.to/lydiahallie/cs-visualized-useful-git-commands-37p1)
266+
by Lydia Hallie
267+
*[How To Make Life Easier When Using Git](https://www.smashingmagazine.com/make-life-easier-when-using-git/)
268+
by Shane Hudson
269+
*[A Beginner’s Guide to Git — What is a Changelog and How to Generate it](https://www.freecodecamp.org/news/a-beginners-guide-to-git-what-is-a-changelog-and-how-to-generate-it/)
270+
by Gaël Thomas
271+
*[Setting Up Git Identities](https://www.micah.soy/posts/setting-up-git-identities/) by Micah Henning,
272+
with use of Git alias to switch identities
273+
*[Maintaining Different Git Identities](https://dev.to/maxlmator/maintaining-different-git-identities)
274+
by Max Kleucker (2018), with help of Git's "[Conditional Includes](https://git-scm.com/docs/git-config#_conditional_includes)"
245275

246276
__Git tools and sites__
247277

278+
*[Git Extras](https://github.com/tj/git-extras): shell Git utilities for repo summary, repl, changelog population, author commit percentages and more, by TJ Holowaychuk
279+
*[Ovid / git-workflow](https://github.com/Ovid/git-workflow) contains a simplified subset of the git tools used by [All Around the World](https://allaroundtheworld.fr/) organization
280+
*[Dolt](https://github.com/liquidata-inc/dolt) is Git for data, versioning tables: a database with branches.
281+
[DoltHub](https://www.dolthub.com/) is a place on the internet to share Dolt repositories.
282+
*[GitFiend](https://gitfiend.com/) by Toby Suggate is a new Git client for Windows, Mac and Linux,
283+
deliberately not trying to follow in the footsteps of other Git clients
284+
248285

249286
## Credits
250287

0 commit comments

Comments
(0)