From 09922374990233eb110093bff6b7142b09ee43fd Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 4 Jul 2020 07:57:37 +0000 Subject: [PATCH] note on rebase --- git/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/git/README.md b/git/README.md index 161c779..d0f05d3 100644 --- a/git/README.md +++ b/git/README.md @@ -42,6 +42,9 @@ git checkout -b my-branch-name ### How to rebase +> To "rebase" simply means to undo any of your changes, apply updates from +> another branch first, and then replay your changes. + Rebase when fetching new updates ```bash -- 2.25.1