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:
d3e7b2b
)
add rebase by default
author
AJ ONeal
<aj@therootcompany.com>
Sat, 4 Jul 2020 23:28:48 +0000
(23:28 +0000)
committer
AJ ONeal
<aj@therootcompany.com>
Sat, 4 Jul 2020 23:28:48 +0000
(23:28 +0000)
git/README.md
patch
|
blob
|
history
diff --git
a/git/README.md
b/git/README.md
index d0f05d387a43a1ec21c8b27d5aa4e78cb559b6b5..f635c5c6f5b59bf39ff7f2ff89361521eea29835 100644
(file)
--- a/
git/README.md
+++ b/
git/README.md
@@
-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