You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The imported history can be seen allright by git log --oneline --all
However, if you try to look up the history of some specific file, you'll only see the subtree add commit: git log --oneline --all repo1/ 655d1004 Add 'repo1/' from commit '3ff71f86ddfee07c00021f82f078d01460a0a314'
git subtree can join multi repos together and can push them back, is it a little better ?
The text was updated successfully, but these errors were encountered: