install
sudo apt install git
最低限の設定
$ git config --global user.name "User Name"
$ git config --global user.email "email@example.com"
sudo apt install git
$ git config --global user.name "User Name"
$ git config --global user.email "email@example.com"