Skip to content

Commit

Permalink
Change some wording in the latest til.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbranchaud committed Sep 29, 2015
1 parent 1c3b762 commit 033cd48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions git/caching-credentials.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

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
repository. This can get tedious. You can get around it, though, by
configuring git to cache your credentials. Add the following lines to the
`.git/config` file of the particular project.
repository. This can get tedious. You can get around it by configuring git
to cache your credentials. Add the following lines to the `.git/config` file
of the particular project.

```
[credential]
Expand Down

0 comments on commit 033cd48

Please sign in to comment.