Git 快速入門

git 1.git簡介 workspace 工作區 index 暫存區 repository 本地版本庫 remote 遠程倉庫 2.常用git命令 所有的git命令必須在工作區內能使用,工作區就是你的項目目錄 git --version 查看版本 git config -l 查看配置信息 修改name和email git config --global user.name ‘ddd’ git c
相關文章
相關標籤/搜索