git的經常使用指令

本篇文章主要是閱讀廖雪峯老師的網站上摘抄的筆記。git 一、git安裝:     sudo apt-get install git網站 二、git基本配置:     git config --global user.name "Your Name"     git config --global user.email "email@example.com"日誌 三、建立版本庫:     git i
相關文章
相關標籤/搜索