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