File tree 2 files changed +9
-0
lines changed
2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -146,6 +146,7 @@ P.S: All these commands are tested on `git version 2.7.4 (Apple Git-66)`.
146
146
* [ Find common ancestor of two branches] ( #find-common-ancestor-of-two-branches )
147
147
* [ List unpushed git commits] ( #list-unpushed-git-commits )
148
148
* [ Add everything, but whitespace changes] ( #add-everything-but-whitespace-changes )
149
+ * [ Edit [ local/global] git config] ( #edit-localglobal-git-config )
149
150
150
151
<!-- Don’t remove or change the comment below – that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
151
152
<!-- @doxie.inject end toc -->
@@ -1002,5 +1003,10 @@ git cherry -v
1002
1003
git diff --ignore-all-space | git apply --cached
1003
1004
```
1004
1005
1006
+ ## Edit [ local/global] git config
1007
+ ``` sh
1008
+ git config [--global] --edit
1009
+ ```
1010
+
1005
1011
<!-- Don’t remove or change the comment below – that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
1006
1012
<!-- @doxie.inject end -->
Original file line number Diff line number Diff line change 428
428
}, {
429
429
"title" : " Add everything, but whitespace changes" ,
430
430
"tip" : " git diff --ignore-all-space | git apply --cached"
431
+ }, {
432
+ "title" : " Edit [local/global] git config" ,
433
+ "tip" : " git config [--global] --edit"
431
434
}]
You can’t perform that action at this time.
0 commit comments