将特定文件从一个分支提交到另一个分支

Commit specific files from one branch to another

我有两个分支 mastertesting

我只想从测试分支提交两个文件夹。其余的保持原样。

例如:

master

index.js

source

var

testing

index.js[*]

source[*]

var[*]

testing 中的更改提交到 master 后:

master

index.js

source[*]

var[*]

试试这个

git checkout testing -- <path/>