目次
https://git-scm.com/ からwindows用をダウンロードし、インストール。
git –version
git config –global core.editor “code –wait”
git config core.editor
git init
git add
git commit
git rm
※オプションに『-r』を使用すると、ディレクトリ内のファイルも削除する
git status
git diff
git log
git checkout
git reset
git clone 『githubのurl』
ssh-keygen -t rsa
※ファイルは、『.ssh』に保存する