Skip to content

Commit

Permalink
add command to troubleshoot git config
Browse files Browse the repository at this point in the history
  • Loading branch information
WSMathias committed Mar 7, 2024
1 parent ae03a1c commit 040216e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@
| ` git config --global --unset <config-key>` | Unset global config <br>ex: git config --global --unset user.name |
| ` git config --unset <config-key>` | Unset local config <br>ex: git config --unset user.name|

#### Troubleshoot git config
| Command | Description |
|---------|-------------|
| `git config --list --show-origin` | List all the configs and their location |

[More operations on config][git-config-stackoverflow]

### Adding git to the project:
Expand Down

0 comments on commit 040216e

Please sign in to comment.