Currently when running `git cp <src_folder/src_file> <dest_folder/dest_file>`, the `<dest_folder>` must pre-exist for the command to succeed. Suggestion: create `<dest_folder>` automatically if needed.
Currently when running
git cp <src_folder/src_file> <dest_folder/dest_file>, the<dest_folder>must pre-exist for the command to succeed.Suggestion: create
<dest_folder>automatically if needed.