Skip to content

Commit fd1a924

Browse files
committed
Change CAUTION -> NOTE
1 parent 8940a70 commit fd1a924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Effectively, it's as if the previous commit never happened, and it won't show up
3939
The obvious value to amending commits is to make minor improvements to your last commit, without cluttering your repository history with commit messages of the form, ``Oops, forgot to add a file'' or ``Darn, fixing a typo in last commit''.
4040
====
4141

42-
[CAUTION]
42+
[NOTE]
4343
====
4444
Only amend commits that are still local and have not been pushed somewhere.
4545
Amending previously pushed commits, and force pushing the branch will cause problems for your collaborators.

0 commit comments

Comments
 (0)