mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-23 22:16:48 +00:00
add rebase by default
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user