7 lines
73 B
Markdown
Executable File
7 lines
73 B
Markdown
Executable File
# git_commands
|
|
|
|
```bash
|
|
git config --global credential.helper store
|
|
```
|
|
|