🐈

Ubuntu Server 22.04.1 LTS でGitをセットアップ

2022/10/09に公開

Gitをインストールしてユーザー情報を設定

sudo apt install git 
git config --global user.name ohnishi
git config --global user.email wt73-github@yahoo.co.jp
cat ~/.gitconfig

Discussion