Ubuntu——建立Git倉庫並上傳文件

Ubuntu——建立Git倉庫並上傳文件 安裝配置 $ sudo apt-get install git git-core $ git config --global user.name <your-name> $ git config --global user.email <your-email> 下載現有代碼庫(master branch) $ git clone git@github.xx
相關文章
相關標籤/搜索