Tagged Questions
4
votes
2answers
3k views
How can I move a directory onto an existing directory?
I need to essentially merge changes on two trees, applying the changes from branch 2 to branch 1. I have trees like this:
media
├── cd
│ ├── 0
│ │ ├── file1
│ │ ├── file2
│ │ └── file3
...