GitHub
https://gyazo.com/6c67bd41baac7bb8e2bcc3a91014d4c6
$ ssh-keygen -t ed25519 -P "" -f .ssh/github_ed25519
code:~/.ssh/config
Host github github.com
HostName github.com
IdentityFile ~/.ssh/github_ed25519
User git
クリップボードへ
$ pbcopy < ~/.ssh/github_ed25519.pub
$ clip.exe < ~/.ssh/github_ed25519.pub
clone
code:console
git clone git@github.com:dragoon8192/files.git
最初のpush
code:console
git remote add origin git@github.com:dragoon8192/files.git
git push -u origin master
$ git push -u
$ git push --set-upstream
と同じ
上流に指定するんだって
$ git branch -M main
これは人権問題由来らしいね
デフォルトがmasterってのがよろしくないと