GIT : moving folder into a subdirectory cleanly
$ mkdir include
$ mv common include
$ git rm -r common
$ git add include/common
This will preserve the history
Just another Yipp.ca Blogs site
$ mkdir include
$ mv common include
$ git rm -r common
$ git add include/common
This will preserve the history
Recent Comments