projects
/
webi-installers
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b0e952
)
note on rebase
author
AJ ONeal
<aj@therootcompany.com>
Sat, 4 Jul 2020 07:57:37 +0000
(07:57 +0000)
committer
AJ ONeal
<aj@therootcompany.com>
Sat, 4 Jul 2020 07:57:37 +0000
(07:57 +0000)
git/README.md
patch
|
blob
|
history
diff --git
a/git/README.md
b/git/README.md
index 161c779e17f990c4ff6fb20b580569f42cd9caf2..d0f05d387a43a1ec21c8b27d5aa4e78cb559b6b5 100644
(file)
--- 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