Blog on Git basic concepts and commands1. git init: Usage: git init [repository name] The git init command creates a new Git repository. It can be used to convert an existing, unversioned project to a Git repository or initialize a new, empty repository. 2. git clone: Usage: git clone [ur...Aug 30, 2023·2 min read