add rebase by default

This commit is contained in:
AJ ONeal
2020-07-04 23:28:48 +00:00
parent d3e7b2bd73
commit 78e8eecd84
+6
View File
@@ -40,6 +40,12 @@ This will branch from the branch you're currently on.
git checkout -b my-branch-name
```
### How to rebase by default
```bash
git config --global pull.rebase true
```
### How to rebase
> To "rebase" simply means to undo any of your changes, apply updates from