git credentials

main
Tran Hau 2020-02-21 17:41:32 +07:00
parent 8dd664048f
commit d9e791e6db
1 changed files with 6 additions and 0 deletions

View File

@ -41,3 +41,9 @@ Update submodules:
```sh
git submodule update --recursive --remote
```
Save usernames and passwords in `~/.git-credentials`:
```sh
git config --global credential.helper store
```