git分佈式版本管理使用



git下載地址:html

https://pc.qq.com/detail/13/detail_22693.htmlgit

經常使用git命令
git config --global user.name "wss"web

git config --global user.email 408777632@qq.com測試

進入某個文件夾 : git init 初始化code

git clone http://git.en8.top:39080/eluson/web_home_code.githtm

密碼 ******rem

git remote add originhttp://git.en8.top:39080/eluson/web_home_code.git
和遠程倉庫創建聯繫get

git add .
添加到暫存區 '.'表示所有變動it

git commit -m '測試'
提交 到本地倉庫email

git push
推送到遠程倉庫

三合一命令:
git add . && git commit -m "提交" && git push

git pull 從遠程倉庫獲取文件更新到本地

cd 文件夾名稱 進入某個文件夾
pwd 獲取當前目錄

git remote -v 查看當前與本地有聯繫的遠程分支
git remote remove [name] 刪除某與本地有聯繫的遠程分支

 雲倉庫:

http://git.en8.top:39080/eluson/web_home_code

相關文章
相關標籤/搜索