Git Cheet Sheet
Day 12 of #90daysofdevops challenge
SETUP:
Configuring user information used across all local repositories.
git config --global user.name "[Firstname lastname]" - Set a name that is identifiable for credit when reviewing version history.
git config...
sangeeta7.hashnode.dev3 min read