linux - merge child directory to parent -
i tried clone git repository, created directory in wrong place.
i have directory structure looks this:
/home/tendesig/public_html/respond/app/respond/
and want merge contents of above directory with:
/home/tendesig/public_html/respond/
i tried mv –f
, , rsync
did not work. suggestions?
cloning wrong directory no big deal. here's how can fix it:
- delete cloned files , directories (including .git directory) , clone again right place
- move files , directories (including .git) right place.
Comments
Post a Comment