Satish D Raj ShettyforSatish D Raj Shetty's blogdevopsgeeks.hashnode.netยทApr 1, 2023Git cheat sheet with some common Git commands:Configuration git config --global user.name "Your Name" - Set your name for Git commits git config --global user.email "youremail@example.com" - Set your email for Git commits Basic Commands git init - Initialize a new Git repository git clone ...1 likeGitAdd a thoughtful commentNo comments yetBe the first to start the conversation.