在linux上跑git server7 June 2015·971 字·2 分鐘Notes Git環境設定 # 系統: linux mint 套件: sudo apt-get install openssh-server git
git 基本指令5 June 2015·387 字·1 分鐘Notes Git初始化 git init git config --global user.name "你的ID" git config --global user.email "你的信箱" 狀態 git status