Skip to content
Permalink
Browse files
added credential cacheing
  • Loading branch information
aa7401 committed Oct 13, 2018
1 parent d9b7eb6 commit 1014d2f90327247e86ff7c1c29fcf26b246569e6
Showing 1 changed file with 1 addition and 0 deletions.
@@ -95,3 +95,4 @@ Before you can work with Git you need to update the repository configuration. Fo
1. Update your name (this must be the name as it appears on your ID badge) using `git config user.name 'Joe Bloggs'`.
2. Update your email (using your unversity email) `git config user.email 'bloggsj@uni.coventry.ac.uk'`
3. Update your commandline editor choice using `git config core.editor nano` (the editor must be installed!)
4. Cache your credential (username/password) for an hour using `git config credential.helper 'cache --timeout=3600'`

0 comments on commit 1014d2f

Please sign in to comment.