50 Git commands:
git init Initializes a new Git repository. $ git init Initialized empty Git repository in /path/to/repository/ git clone Clones a remote repository to your local machine. $ git clone https://github.com/username/repository.git Cloning into 'repo...





