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
216 stars 50 forks source link

git meta checkout does not work #883

Open martinRenou opened 2 months ago

martinRenou commented 2 months ago

git checkout -f without further arguments cleans the local changes.

git meta checkout -f fails with pathspec 'null' did not match any file known to git

martinRenou commented 2 months ago

Another one, when on branch bugfix1, doing git meta checkout -f bugfix1 DOES NOT clean the local modifications.

Instead, it will say Already on branch bugfix1...