We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd1a924 commit bcbc27aCopy full SHA for bcbc27a
book/02-git-basics/sections/undoing.asc
@@ -42,7 +42,8 @@ The obvious value to amending commits is to make minor improvements to your last
42
[NOTE]
43
====
44
Only amend commits that are still local and have not been pushed somewhere.
45
-Amending previously pushed commits, and force pushing the branch will cause problems for your collaborators.
+Amending previously pushed commits and force pushing the branch will cause problems for your collaborators.
46
+For more on what happens when you do this and how to recover if you're on the receiving end read <<_rebase_peril>>.
47
48
49
[[_unstaging]]
0 commit comments