Sujata Kumarisujata.hashnode.dev·Apr 23, 2023Git cheatsheetgit init : initialize an empty Git repository git clone <repository_url> :clone an existing Git repository git add . : add all the files/directory files to git git commit -m "message" :commit all the staged files to git git status : show the status o...1 like·51 readsGit CommandsAdd a thoughtful commentNo comments yetBe the first to start the conversation.