From 4e27cddbce2c098579ee995e67069c375b75d082 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Fri, 21 Apr 2023 21:29:19 -0400 Subject: [PATCH] Fix link --- tools/git-usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/git-usage.md b/tools/git-usage.md index 45bf2aa..4dc40d9 100644 --- a/tools/git-usage.md +++ b/tools/git-usage.md @@ -17,7 +17,7 @@ git reset HEAD^ to then be able to `git stash` changes from the commit, now local changes. To just throw everything in the commit away, `git reset --hard HEAD^` -See https://sethrobertson.github.io/GitFixUm/fixup.html +See [sethrobertson.github.io/GitFixUm/fixup.html](https://sethrobertson.github.io/GitFixUm/fixup.html) ## When NOT to manually resolve merge conflicts