baseTree property

String? baseTree
getter/setter pair

The SHA1 of the tree you want to update with new data. If you don’t set this, the commit will be created on top of everything; however, it will only contain your change, the rest of your files will show up as deleted.

Implementation

String? baseTree;