mirror of
https://github.com/jbranchaud/til
synced 2026-01-03 23:28:02 +00:00
Change some wording in the latest til.
This commit is contained in:
@@ -2,9 +2,9 @@
|
|||||||
|
|
||||||
When public key authentication isn't an option, you may find yourself typing
|
When public key authentication isn't an option, you may find yourself typing
|
||||||
your password over and over when pushing to and pulling from a remote git
|
your password over and over when pushing to and pulling from a remote git
|
||||||
repository. This can get tedious. You can get around it, though, by
|
repository. This can get tedious. You can get around it by configuring git
|
||||||
configuring git to cache your credentials. Add the following lines to the
|
to cache your credentials. Add the following lines to the `.git/config` file
|
||||||
`.git/config` file of the particular project.
|
of the particular project.
|
||||||
|
|
||||||
```
|
```
|
||||||
[credential]
|
[credential]
|
||||||
|
|||||||
Reference in New Issue
Block a user