Skip to content

Commit

Permalink
Update git.md
Browse files Browse the repository at this point in the history
  • Loading branch information
natarajanmca11 authored Nov 28, 2023
1 parent 85c1f43 commit eafdab9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/tools/git.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,7 @@ For (global) default email (which is configured in your ~/.gitconfig):
git config --global user.name "Your Name Here"
git config --global user.email [email protected]
```
Ask password
```sh
git config credential.helper store
```

0 comments on commit eafdab9

Please sign in to comment.