I am using the org.eclipse.egit.github.core
library (version 4.9.0.201710071750-r) and for the moment, I am able to push a list of files in a single commit.
I have for example packageA/myfile.xml
and want to move it to packageB/myfile.xml
.
I need to do it in a single commit and can be one of many operations (can be other new files, modified files).