Skip to content

Commit

Permalink
Merge pull request #199 from dejanu/main
Browse files Browse the repository at this point in the history
poc dash for ehealth
  • Loading branch information
dejanu authored Nov 20, 2024
2 parents 8300409 + 0980251 commit cfacc0b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions git.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,12 @@
## Configure Git

* Git has 3 levels of **configuration**:
- SYSTEM: configurations for multiple users
- GLOBAL: configurations used for one user all repo on one host
- LOCAL: configuration for one repo


SYSTEM: configurations for multiple users
GLOBAL: configurations used for one user all repo on one host
LOCAL: configuration for one repo


```bash
# list the configuration: cat ~/.gitconfig 😉
git config --list
Expand Down

0 comments on commit cfacc0b

Please sign in to comment.