Skip to content

Commit 9742044

Browse files
committed
Create note with link to git-rebase.io
1 parent 30347a5 commit 9742044

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

book/07-git-tools/sections/rewriting-history.asc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,12 @@ This changes the SHA-1s of the three most recent commits in your list, so make s
299299
Notice that the last commit (`f7f3f6d`) in the list is unchanged.
300300
Despite this commit being shown in the script, because it was marked as ``pick'' and was applied prior to any rebase changes, Git leaves the commit unmodified.
301301

302+
[NOTE]
303+
====
304+
Drew DeVault made a practical hands-on guide with exercises to learn how to use `git rebase`.
305+
You can find it at: https://git-rebase.io/[]
306+
====
307+
302308
==== The Nuclear Option: filter-branch
303309

304310
There is another history-rewriting option that you can use if you need to rewrite a larger number of commits in some scriptable way -- for instance, changing your email address globally or removing a file from every commit.

0 commit comments

Comments
 (0)