#git-commands
Read more stories on Hashnode
Articles with this tag
git init : initialize an empty Git repository git clone <repository_url> :clone an existing Git repository git add . : add all the files/directory...