We are using Google's git-repo tool for our projects. Our workflow is we make changes , merge it to remote and push tags.
My question is, is there any problem if I perform multiple operations at the same time on the same same repo/codeline/tree
? Like suppose if I am pushing tags to remote, is there any problem if I start repo sync
?
Or while pushing tags if I start to cherry-pick
some new changes?