2. Getting Started with Git
Installation
brew install git
sudo apt-get update sudo apt-get install gitsudo dnf install gitsudo yum install git
Setting up Git (configurations)
Initializing a new repository
Cloning an existing repository
Last updated