Skip to content

Commit

Permalink
Add command for credential caching in git
Browse files Browse the repository at this point in the history
  • Loading branch information
nazartm authored May 8, 2020
1 parent c1ff871 commit a3b1e61
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion git.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,8 @@ Apply the patch on the current branch:

Apply the patch with sign-off:

$ git am --signoff < multiple-commits.patch
$ git am --signoff < multiple-commits.patch

Credential caching

$ git config --global credential.helper 'store --file ~/.my-credentials'

0 comments on commit a3b1e61

Please sign in to comment.