@@ -146,8 +146,37 @@ __Various__
146146 requirement is to be willing to learn and contribute to the JGit or Gerrit
147147 Code Review project.
148148
149+ * Google [ is creating] ( https://opensource.googleblog.com/2019/03/introducing-season-of-docs.html )
150+ a project aimed at improving OSS projects documentation:
151+ [ Season of Docs 2019] ( https://developers.google.com/season-of-docs/ ) .
152+ Mentoring organizations can begin submitting applications to Google
153+ on April 2, 2019.
154+
155+
149156__ Light reading__
150157
158+ * [ Redesigning Github repository page] ( http://tonsky.me/blog/github-redesign/ )
159+ by Nikita Prokopov describes how the author would have changed the design.
160+
161+ * [ Write yourself a Git!] ( https://wyag.thb.lt/ ) by Thibault Polge is
162+ an attempt at explaining the Git version control system from the
163+ bottom up, that is, starting at the most fundamental level moving up
164+ from there. All it takes to understand Git internals is to
165+ reimplement Git from scratch in exactly 503 lines of very simple
166+ Python code.
167+
168+ * [ 10 Git Commands You Should Know; Plus tips to save time with Git] ( https://towardsdatascience.com/10-git-commands-you-should-know-df54bea1595c )
169+ by Jeff Hale.
170+
171+ * [ Git hacks you should know about] ( https://dev.to/teamxenox/git-hacks-you-should-know-about-16pk )
172+ by Ankur Biswas; most of these is a regular workflow stuff, though
173+ (and you need to take care as some of commands rewrite history).
174+
175+ * [ Data Versioning] ( https://emilygorcenski.com/post/data-versioning/ )
176+ by Emily Gorcenski identifies four key axes on which machine
177+ learning systems have a notion of version along with some brief
178+ recommendations for how to simplify it a bit.
179+
151180
152181__ Git tools and sites__
153182
@@ -163,6 +192,18 @@ __Git tools and sites__
163192 can help you "Learn Git fast and well - by visualizing the inner graph of your Git
164193 repositories".
165194
195+ * [ Pachyderm] ( https://www.pachyderm.io/open_source.html ) is designed
196+ to enable sustainable data science workflows via a language-agnostic
197+ system for * data versioning* with data pipelining. Similar tools,
198+ namely [ DVC] ( https://dvc.org ) (Data Version Control)
199+ and [ Meltano] ( https://gitlab.com/meltano/meltano ) were described
200+ in [ Git Rev News Edition #42 ] ( https://git.github.io/rev_news/2018/08/22/edition-42/ ) .
201+
202+ * [ git ready] ( http://gitready.com/ ) : learn git one commit at a time;
203+ tips are split into beginner, intermediate and advanced.
204+ Latest tip is from 2015, though.
205+
206+
166207## Credits
167208
168209This edition of Git Rev News was curated by
0 commit comments