Best way to do parallel stages?
问题 I want to stage files in parallel and commit into different branches concurrently. There will be multiple access at the same time. The repo.Index.Stage/repo.Commit API works on the same current directory so I think this is out of the question. Can you guys give me some tips on how this might be achievable? A general idea? 回答1: From a feasibility perspective, I can think of two different options: Considering the "stage files in parallel" as a constraint The word "staging" in git parlance