Git 經常使用命令 更新與提交

取得Git倉庫php 初始化一個版本倉庫git git init 1 Clone遠程版本庫sql git clone yourgitaddress(你的git地址) 1 添加遠程版本庫origin服務器 git remote add origin yourgitaddress(你的git地址) 1 查看遠程倉庫fetch git remote -v 1 提交你的修改ui 添加當前修改的文件到暫存區
相關文章
相關標籤/搜索