Skip to content
Andrzej Piotrowski edited this page Oct 11, 2013 · 2 revisions

Here's how you can import the latest commits from the full Posts 2 Posts repo.

git clone [email protected]/scribu/wp-posts-to-posts.git p2p
cd p2p

git branch _tmp

git filter-branch -f --prune-empty --subdirectory-filter core _tmp
git push [email protected]:AppThemes/wp-posts-to-posts-core.git _tmp:master

git branch -D _tmp
Clone this wiki locally