git

#git
  1. git clone url
  2. cd 文件夹
  3. git fetch origin dev 拉取分支 git pull
  4. git switch dev 切换分支
  5. 提交并推送

合并 dev(本地) -> test(远程测试)

首先切换分支

Image

然后要发送的分支,要合并的提交

Image

优选之后是合并到本地,还需要进行Push,推送到远程

← 返回首页