From 10bdd3bb565e8545aca3a3ff461aee3cbd4e00a4 Mon Sep 17 00:00:00 2001 From: Fabrice Mouhartem Date: Mon, 22 Apr 2019 20:45:19 +0530 Subject: [PATCH] link to git --- content/chs-git.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/chs-git.md b/content/chs-git.md index b81bf7b..9e1622a 100644 --- a/content/chs-git.md +++ b/content/chs-git.md @@ -3,10 +3,11 @@ Title: Some git tricks Date: 2019-04-22 17:00 Author: Fabrice Category: cheat sheets +Slug: git-tricks Header_Cover: images/cover_water.jpg --- -Some git tricks I use from time to time and that I forgot everytime… +Some [git](https://git-scm.com/) tricks I use from time to time and that I forgot everytime… Reset `master` to `origin/master`: ```sh