The main idea of this blog is share solutions or walk arounds of problems I faced.
git remote add -f b/a git+ssh://'git repo path'/a.git git merge -s ours --no-commit b/a/master git read-tree --prefix=b/a -u b/a/master git commit -m "Subtree merged a"
No comments:
Post a Comment