+ Specify the depth in history to sync from the source. The default is to sync all of the history.
+ Use 1 to just sync the most recent commit.
+ This is passed to repo as repo init --depth=n
.
+
+ When this is checked the first thing to do will be a
repo forall -c "git reset --hard"+ +