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

Popular posts from this blog

python - TypeError: start must be a integer -

c# - DevExpress RepositoryItemComboBox BackColor property ignored -

django - Creating multiple model instances in DRF3 -