git 基本指令5 June 2015·387 字·1 分鐘Notes Git初始化 git init git config --global user.name "你的ID" git config --global user.email "你的信箱" 狀態 git status