From 033cd487c521b7470bbbcfe3a9f65ef699d6c53f Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Mon, 28 Sep 2015 21:21:53 -0500 Subject: [PATCH] Change some wording in the latest til. --- git/caching-credentials.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/git/caching-credentials.md b/git/caching-credentials.md index 0213d3e..b2b82c4 100644 --- a/git/caching-credentials.md +++ b/git/caching-credentials.md @@ -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]