We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Gitのインストール方法自体は調べたら出てくるので、割愛。 以下のリンクを参考にGitのインストールをしてください。 サルGit
インストールが終わったらGitの設定をする。
ターミナルorコマンドプロンプトを開く。
以下のコマンドを入力する。
git config --global user.name "First-name Family-name" git config --global user.email "username@example.com"