Skip to content

Commit bcbc27a

Browse files
committed
Remove comma and add link to rebase_peril
1 parent fd1a924 commit bcbc27a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

book/02-git-basics/sections/undoing.asc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ The obvious value to amending commits is to make minor improvements to your last
4242
[NOTE]
4343
====
4444
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.
45+
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>>.
4647
====
4748

4849
[[_unstaging]]

0 commit comments

Comments
 (0)