Day 10.Git Commands for DevOps
Git Commands
git init - Initializes a new git repository in current directory
git init
git config --global user.name "Your Name"
git config --global user.email "Your Email" - Sets user name and email for git
git config --global user.name "Your Name"...
ashwinimahajan.hashnode.dev2 min read