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 -

html - How can i make an element from a bottom stacking context stays in front of another higher stacking context? -

html - href attribute breaking an element -