We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0108df commit 4d4f20cCopy full SHA for 4d4f20c
content/pages/02-development-environments/22-git.markdown
@@ -81,6 +81,9 @@ cases.
81
* [Phil Nash](https://philna.sh/) shows how to use the `git reflog` command
82
in [Git back to the future](https://philna.sh/blog/2017/01/04/git-back-to-the-future/).
83
84
+* [On undoing, fixing, or removing commits in git](https://sethrobertson.github.io/GitFixUm/fixup.html)
85
+ is a fantastic overview of how to unscrew a whole slew of bad situations
86
+ you may find yourself in if you use Git for long enough.
87
88
89
## Specific Git resources
0 commit comments