GitHub使用流程

本地倉庫 1.安裝msysgit->新建一個文件夾->右鍵進入Git Bash。git 2.設置名字和郵箱。web $ git config --global user.name "Your Name" $ git config --global user.email "email@example.com" 3.初始化創庫 緩存 $ git init 4.添加文件到緩存區,可屢次使用rub
相關文章
相關標籤/搜索