From bd2a0465e0556f2568db05b3368996f2d191fcfa Mon Sep 17 00:00:00 2001 From: Fabrice Mouhartem Date: Wed, 24 Apr 2019 00:19:44 +0530 Subject: [PATCH] typo --- content/cheat sheets/git.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/cheat sheets/git.md b/content/cheat sheets/git.md index d72f844..2fe4ad7 100644 --- a/content/cheat sheets/git.md +++ b/content/cheat sheets/git.md @@ -14,7 +14,7 @@ Lang: en Some [git](https://git-scm.com/) tricks I use from time to time and that I forgot everytime… **Disclaimer:** I'm not the perfect git user, and my way of using it is especially crude. -Recently, most of my git commits are due to [`pass`](/password-store.html), therefore most of those commands are here to fix my own mistakes. +Recently, most of my git commits are due to [pass](/password-store.html), therefore most of those commands are here to fix my own mistakes. Reset `master` to `origin/master`: ```sh