mirror of
https://github.com/namibia/tips.git
synced 2025-01-23 15:18:29 +00:00
edit git config
This commit is contained in:
parent
318484a77f
commit
6886c2c8f6
@ -146,6 +146,7 @@ P.S: All these commands are tested on `git version 2.7.4 (Apple Git-66)`.
|
||||
* [Find common ancestor of two branches](#find-common-ancestor-of-two-branches)
|
||||
* [List unpushed git commits](#list-unpushed-git-commits)
|
||||
* [Add everything, but whitespace changes](#add-everything-but-whitespace-changes)
|
||||
* [Edit [local/global] git config](#edit-localglobal-git-config)
|
||||
|
||||
<!-- Don’t remove or change the comment below – that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
|
||||
<!-- @doxie.inject end toc -->
|
||||
@ -1002,5 +1003,10 @@ git cherry -v
|
||||
git diff --ignore-all-space | git apply --cached
|
||||
```
|
||||
|
||||
## Edit [local/global] git config
|
||||
```sh
|
||||
git config [--global] --edit
|
||||
```
|
||||
|
||||
<!-- Don’t remove or change the comment below – that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
|
||||
<!-- @doxie.inject end -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user