We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81040e9 commit 9f75591Copy full SHA for 9f75591
README.md
@@ -683,7 +683,7 @@ git checkout <commit-ish> -- <file_path>
683
684
## Always rebase instead of merge on pull.
685
```sh
686
-git config --global branch.autosetuprebase always
+git config --global pull.rebase true
687
```
688
689
## List all the alias and configs.
tips.json
@@ -259,7 +259,7 @@
259
"tip": "git checkout <commit-ish> -- <file_path>"
260
}, {
261
"title": "Always rebase instead of merge on pull.",
262
- "tip": "git config --global branch.autosetuprebase always"
+ "tip": "git config --global pull.rebase true"
263
264
"title": "List all the alias and configs.",
265
"tip": "git config --list"
0 commit comments