Fix link
This commit is contained in:
parent
9ce108b525
commit
4e27cddbce
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue