Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 220 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 220 Bytes

Learn DevOps

Git Setup

git config user.name username
git config user.email user@example.com

git config credential.helper 'cache --timeout=3600'
git config credential.helper store