Skip to content

Commit d488374

Browse files
committed
Tiny final pre-mail publish formatting changes.
1 parent e019453 commit d488374

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_posts/2018-09-19-edition-43.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -231,14 +231,14 @@ __Light reading__
231231
* [Enforcing commit message format in Git -- on the client side](https://code-maven.com/enforcing-commit-message-format-in-git) with [`commit-msg` hook](https://git-scm.com/docs/githooks#_commit_msg) by Gabor Szabo
232232
* [Slides from Git & GitHub Getting Started Workshop](https://polyhacks17.github.io/github-workshop/), originally by Gwen Lofman, modified by Greg Willard
233233
* [Using [Shell] Aliases to Speed Up Your Git Workflow](https://dev.to/robertcoopercode/using-aliases-to-speed-up-your-git-workflow-2f5a) by Robert Cooper
234-
* [and the second top voted question on StackOverflow is... how to undo the most recent commit in git](https://dev.to/tomerbendavid/the-second-most-voted-question-on-stackoverflow-is-60b) by Tomer Ben David
235-
* [Visualize Merge History with git log --graph, --first-parent, and --no-merges](https://redfin.engineering/visualize-merge-history-with-git-log-graph-first-parent-and-no-merges-c6a9b5ff109c) by Dan Fabulich (2017)
234+
* [and the second top voted question on StackOverflow is... how to undo the most recent commit in Git](https://dev.to/tomerbendavid/the-second-most-voted-question-on-stackoverflow-is-60b) by Tomer Ben David
235+
* [Visualize Merge History with `git log --graph`, `--first-parent`, and `--no-merges`](https://redfin.engineering/visualize-merge-history-with-git-log-graph-first-parent-and-no-merges-c6a9b5ff109c) by Dan Fabulich (2017)
236236
* [How to find stuff in Git](https://medium.com/@tygertec/how-to-find-stuff-in-git-35d4cb8c1845) by Ty Walls (2017)
237237

238238

239239
__Git tools and sites__
240240

241-
* [bat](https://github.com/sharkdp/bat), a _cat(1)_ clone with syntax highlighting and Git integration
241+
* [bat](https://github.com/sharkdp/bat), a `cat(1)` clone with syntax highlighting and Git integration
242242
* [Lerna](https://lernajs.io/) is a tool that optimizes the workflow around managing multi-package JavaScript repositories (monorepos) with git and npm
243243
* [Dat](https://datproject.org/) is a new peer-to-peer protocol for sharing, archiving, and cataloging large data sets, that uses some of the concepts of BitTorrent and Git.
244244
Described in LWN.net article [Sharing and archiving data sets with Dat](https://lwn.net/Articles/763492/) by Antoine Beaupré.

0 commit comments

Comments
 (0)