Skip to content

Commit 48610b4

Browse files
committed
Fix typos
1 parent b42b0da commit 48610b4

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

_posts/2018-03-21-edition-37.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ similar as Dscho's alternative strategy. Phillip suggested using
101101

102102
In a subsequent email replying to himself Dscho elaborated on a
103103
possible new subcommand. He proposed
104-
`git rebase --replay-latest-commits 3` and a sightly different way to
104+
`git rebase --replay-latest-commits 3` and a slightly different way to
105105
copy commits to the git-rebase-todo file so that it contains commits
106106
with resolved merge conflicts.
107107

_posts/2018-04-18-edition-38.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ __Git tools and sites__
338338

339339
+ [Guiffy](https://www.guiffy.com/), the advanced cross-platform diff/merge
340340
+ [gitworkflow repository](https://github.com/rocketraman/gitworkflow) is a documentation repository for [gitworkflows](https://mirrors.edge.kernel.org/pub/software/scm/git/docs/gitworkflows.html): see [How the Creators of Git do Branching](https://hackernoon.com/how-the-creators-of-git-do-branches-e6fcc57270fb), by Raman Gupta (mentioned in [Git Rev News Edition 27](https://git.github.io/rev_news/2017/05/17/edition-27/))
341-
+ [git-immersion](https://github.com/jce-il/git-immersion) repository for [git-immersion excercise](http://jce-il.github.io/git-immersion/index.html) guided tour
341+
+ [git-immersion](https://github.com/jce-il/git-immersion) repository for [git-immersion exercise](http://jce-il.github.io/git-immersion/index.html) guided tour
342342
+ [commit -> public-inbox link helper](https://public-inbox.org/git/nycvar.QRO.7.76.6.1804041821420.55@ZVAVAG-6OXH6DA.rhebcr.pbec.zvpebfbsg.pbz/) script by Johannes Schindelin was posted on git mailing list
343343
+ [kaizenboard](https://kaizenboard.xyz/#/) - GitHub issues on a Kanban board
344344

_posts/2018-05-16-edition-39.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ __Git tools and sites__
323323
[CLI tool called microplane](https://github.com/Clever/microplane) they developed to make changes across many repos.
324324
* [Some mutt(1) patches and scripts](https://public-inbox.org/git/[email protected]/T/#u) by Taylor Blau, posted on Git mailing list.
325325
* [Gitwin - Git Server for Windows](https://itefix.net/gitwin), a packaging of Git, OpenSSH, Nginx and many other related tools to make it a ready-to-use solution as a secure Git repository on Windows.
326-
* [git-vanity-sha](https://github.com/mattbaker/git-vanity-sha) will try to tweak the commiter timestamp to produce vanity hex prefix for commit SHA; it is similar in function to [git-sham](https://bitbucket.org/tpettersen/git-sham) which does it and more by appending different random series of three emojis, and which was covered in [Git Rev News Edition 4](https://git.github.io/rev_news/2015/06/03/edition-4/).
326+
* [git-vanity-sha](https://github.com/mattbaker/git-vanity-sha) will try to tweak the committer timestamp to produce vanity hex prefix for commit SHA; it is similar in function to [git-sham](https://bitbucket.org/tpettersen/git-sham) which does it and more by appending different random series of three emojis, and which was covered in [Git Rev News Edition 4](https://git.github.io/rev_news/2015/06/03/edition-4/).
327327
* [git-shame](https://github.com/drench/git-shame) finds out to blame for stale remote branches.
328328
* [Tugboat](https://tugboat.qa/) is a service allowing you to generate preview of your working website for every pull request, tag or branch and share it (and see visual regressions). Works with GitHub, Bitbucket, and Gitlab.
329329
* [git-driven-refactoring](https://github.com/bdpalladino/git-driven-refactoring) -- sample code for "Git Driven Refactoring" presentation by Ashley Ellis Pierce at [RubyConf 2017](https://www.youtube.com/watch?v=3OgbQOsW61Y), [GitHub Universe 2017](https://www.youtube.com/watch?v=rK8yHl0cHoc) and [Git Merge 2018](https://www.youtube.com/watch?v=e9K1gHYIE2c&list=PL0lo9MOBetEGIifU90rTn5zQaX5NibX08&index=6).

_posts/2018-06-20-edition-40.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Ondrej listed commands using `cd src && git status` to reproduce the
129129
issue which is that "`git status` reports as if all files in the
130130
repository are deleted".
131131

132-
As noone had replied, Ondrej asked on May 27th if anyone had time to
132+
As no one had replied, Ondrej asked on May 27th if anyone had time to
133133
look at this.
134134

135135
Philip Oakley replied to Ondrej asking for more information about the

_posts/2018-07-18-edition-41.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ __Various__
139139
- [Supercharging the Git Commit Graph III: Generations and Graph Algorithms](https://blogs.msdn.microsoft.com/devops/2018/07/09/supercharging-the-git-commit-graph-iii-generations/)
140140
- [Supercharing the Git Commit Graph IV: Bloom Filters](https://blogs.msdn.microsoft.com/devops/2018/07/16/super-charging-the-git-commit-graph-iv-bloom-filters/)
141141

142-
* Echoes of Microsoft acquring GitHub (see [Git RevNews Edition #40](https://git.github.io/rev_news/2018/06/20/edition-40/))
142+
* Echoes of Microsoft acquiring GitHub (see [Git RevNews Edition #40](https://git.github.io/rev_news/2018/06/20/edition-40/))
143143

144144
- [Microsoft Buys GitHub: Three Weeks Later](https://www.linuxjournal.com/content/microsoft-buys-github-three-weeks-later) by Marcel Gagné
145145
- [Opinion: GitHub vs GitLab](https://www.linuxjournal.com/content/opinion-github-vs-gitlab) by Matt Lee (with a bit of history)

0 commit comments

Comments
 (0)