亚洲日韩精品欧美一区二区,一本色道av久久精品 http://k5395.cn Wed, 03 Jan 2024 09:11:02 +0000 zh-CN hourly 1 https://wordpress.org/?v=5.8.1 第一天上班git怎么拉項目,git拉項目操作步驟? http://k5395.cn/20114.html http://k5395.cn/20114.html#respond Wed, 03 Jan 2024 09:11:02 +0000 http://k5395.cn/?p=20114 首先肯定是git clone當(dāng)前倉庫鏈接

當(dāng)然也可以用工具

git branch feature/bed_request_a

git checkout feature/bed_request_a

git branch 查看本地分支

git branch -a 查看遠(yuǎn)程分支

git add .

git commit -m '新的提交'

git push –set-upstream origin feature/bed_request_a

rebase dev的操作

git checkout dev

git pull

//切回當(dāng)前分支

git checkout feature/add_message_prompt_upadte_outbound

git rebase dev

git rebase –continue

git add .

git rebase –continue

1.在gitlab創(chuàng)一個倉庫

git clone git@git.owoit.com:jcq/jjr_lfstc_yq.git

2.cd 進(jìn)去那個目錄

cd jjr_lfstc_yq

3.進(jìn)這個目錄

git branch

git checkout -b develop

git pull origin develop

git branch -al

git pull origin develop

git branch -vv

git pull origin develop

git status

git add .

git commit -m "……."

git push origin develop

git push –set-upstream origin develop

創(chuàng)h5release分支

git checkout -b release

git branch -al

git branch -vv

git status

git add .

git commit -m "……."

git push origin release

git push –set-upstream origin release

切換分支

在c盤user/15847/.ssh 創(chuàng)建id_rsa,id_rsa.pub

gitlab 第一次拉取代碼

git config –global user.name 'jQuery446'

git config –global user.email '1584751391@qq.com'

ssh-keygen -t rsa -C '1584751391@qq.com'

clone ssh

]]>
http://k5395.cn/20114.html/feed 0