相同的存储库。我有分支“ A”和分支“ B”,我必须将一些文件和文件夹从分支A移动到分支B,并希望保留提交历史记录。
if(this.data.length <= 1)
{
this.columnChart.component.getChart().clearChart();
this.toastr.error("Unable to find food order details in selected month");
}
else{
this.columnChart.dataTable = this.dataToBeBinded;
this.columnChart.component.draw();
}
以上内容为我提供了分支A所需的文件,但这些文件为“新文件”。
通过在分支之间移动文件/文件夹来保存提交历史记录。