Newer
Older
2024-Yuma / memo / kadai_git.txt
@c1221856 c1221856 on 5 Aug 2024 361 bytes add file
git pull    
git add ファイル名     
git commit -m "更新内容"    
git push           
gitはコードのバージョン管理及び履歴管理を行える。     
git hub 世界中の誰でも編集可能     
git buchket 限られた範囲でコードを管理できるもの     
ssh-keygen -t rsa -b 4096で4096桁の公開鍵を作成する