Skip to content

Commit

Permalink
Merge pull request #201 from dejanu/main
Browse files Browse the repository at this point in the history
wow
  • Loading branch information
dejanu authored Nov 20, 2024
2 parents de1a274 + 1f9858f commit 169510c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions git.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@

* 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 😉
Expand Down
1 change: 1 addition & 0 deletions k8s.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ kubectl config set-credentials

# set default namespace
kubectl config set-context --current --namespace=<namespace>
kubectl config set-context $(kubectl config current-context) --namespace=<namespace>
```

### Get k8s objects:
Expand Down

0 comments on commit 169510c

Please sign in to comment.