twosigma / git-meta

Repository for the git-meta project -- build your own monorepo using Git submodules
http://twosigma.github.io/git-meta
BSD 3-Clause "New" or "Revised" License
219 stars 50 forks source link

Add --force-with-lease to push. #803

Closed alexst2 closed 3 years ago

alexst2 commented 3 years ago

This only implements --force-with-lease as a boolean flag, i.e. it does not support specifying ref names yet.

Fixes #732.

novalis commented 3 years ago

Thanks, this looks great!