File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 76
76
* [ Clean the files from ` .gitignore ` .] ( https://github.com/git-tips/tips#clean-the-files-from-gitignore )
77
77
* [ Restore deleted file.] ( https://github.com/git-tips/tips#restore-deleted-file )
78
78
* [ Always rebase instead of merge on pull.] ( https://github.com/git-tips/tips#always-rebase-instead-of-merge-on-pull )
79
+ * [ List all the alias and configs.] ( https://github.com/git-tips/tips#list-all-the-alias-and-configs )
79
80
80
81
<!-- Don’t remove or change the comment below – that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
81
82
<!-- @doxie.inject end toc -->
@@ -527,5 +528,10 @@ git checkout <deleting_commit>^ -- <file_path>
527
528
git config --global branch.autosetuprebase always
528
529
```
529
530
531
+ ## List all the alias and configs.
532
+ ``` sh
533
+ git config --list
534
+ ```
535
+
530
536
<!-- Don’t remove or change the comment below – that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
531
537
<!-- @doxie.inject end -->
Original file line number Diff line number Diff line change 231
231
}, {
232
232
"title" : " Always rebase instead of merge on pull." ,
233
233
"tip" : " git config --global branch.autosetuprebase always"
234
+ }, {
235
+ "title" : " List all the alias and configs." ,
236
+ "tip" : " git config --list"
234
237
}]
You can’t perform that action at this time.
0 commit comments