Content Explore

Move a Subdirectory of Git to a new Git repository and keep its commit history

Published : 2017-08-16 Categories : Tips Tags : Git Subdirectory
Example
Move directory (data/iossdb) from Git repository (git@github.com:lessos/lessgo.git) to a new...

Moving a Subdirectory to a Submodule in Git

Published : 2012-04-04 Categories : Tips Tags : Git Submodule Subdirectory SubFolder
Sometimes when you work on a project long enough, you find that for one reason or the other, parts o...