快轉到主要內容

Git

git 基本指令

·387 字·1 分鐘
初始化 git init git config --global user.name "你的ID" git config --global user.email "你的信箱" 狀態 git status