Skip to content

Commit 538e413

Browse files
committed
While posting the email, fixed a few tiny errors which slipped through fixes #1.
1 parent b3fbee7 commit 538e413

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_posts/2020-12-26-edition-70.markdown

+3-3
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ __Various__
399399
__Light reading__
400400

401401
- [Use the Git History to Identify Pain Points in Any Project](https://preslav.me/2020/03/01/use-the-git-history/)
402-
"basic idea - files that change often (with some exceptions) tend to be the ones where most issues occur" - let's go find them with this useful command. Includes useful follow on reading about your code crimes.
402+
"basic idea - files that change often (with some exceptions) tend to be the ones where most issues occur" - let's go find them with this useful command. Includes a useful follow on reading about your code crimes.
403403
- [Commits are snapshots, not diffs](https://github.blog/2020-12-17-commits-are-snapshots-not-diffs/)
404404
by Derrick Stolee on GitHub Blog.
405405
- [Get up to speed with partial clone and shallow clone](https://github.blog/2020-12-21-get-up-to-speed-with-partial-clone-and-shallow-clone/)
@@ -415,11 +415,11 @@ __Light reading__
415415
by Michael Lynch; a good counterpart to [The Gentle Art Of Patch Review](https://sage.thesharps.us/2014/09/01/the-gentle-art-of-patch-review/)
416416
by Sage Sharp from 2014.
417417
- [8 Git aliases that make me more efficient](https://opensource.com/article/20/11/git-aliases)
418-
by Ricardo Gerardi on OpenSource.com. Use aliases to create shortcuts
418+
by Ricardo Gerardi on Opensource.com. Use aliases to create shortcuts
419419
for your most-used or complex Git commands.
420420
- [10 Git Anti Patterns You Should be Aware of](https://speakerdeck.com/lemiorhan/10-git-anti-patterns-you-should-be-aware-of),
421421
slide deck presented by Lemi Orhan Ergin at ITAKE UnConf 2018;
422-
though one should take it and especially proposed solution with critical eye.
422+
though one should take it and especially the proposed solutions with a critical eye.
423423
- [Regular Expression Matching with a Trigram Index, or How Google Code Search Worked](https://swtch.com/~rsc/regexp/regexp4.html)
424424
by Russ Cox (2012).
425425

0 commit comments

Comments
 (0)