Day 12: Git Cheat Sheet
#Day12 of #90DaysofDevops challenge
Click here to view Day 12 Task.
git init - Create empty Git repo in the specified directory. Run with no arguments to initialize the current directory as a git repository.
git clone <repo> - Clone repo located at...
nidhinidhi.hashnode.dev3 min read