Created
January 14, 2016 13:18
-
-
Save seesharper/93502b89581dd6cce628 to your computer and use it in GitHub Desktop.
Split repo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //Filter | |
| git filter-branch --prune-empty --subdirectory-filter src/LightInject.AutoFactory master | |
| //Push to new repo | |
| git push [email protected]:seesharper/LightInject.Interception.git -f | |
| //Add gitignore and attributes | |
| //Pull new repo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment