Базові Git-команди
git config --global user.email "you@example.com"
git config --global user.name "Your Name"git initgit clone https://github.com/{vendor_name}/{project_name}.gitgit clone git@github.com:{vendor_name}/{project_name}.gitgit statusgit status -unogit add file_namegit add .git commitLast updated