This adds the new --colocate flag to `jj git clone`. ``` jj git clone --colocate https://github.com/foo/bar ``` is effectively equivalent to: ``` git clone https://github.com/foo/bar cd bar jj init --git-repo=. ```