note on rebase

This commit is contained in:
AJ ONeal
2020-07-04 07:57:37 +00:00
parent 2b0e9521df
commit 0992237499
+3
View File
@@ -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