Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow
git cp
to create destination folder automatically (#1091)
* Allow `git cp` to create destination folder automatically * Replace subshell command with builtin operation to infer DESTINATION_DIR * Remove destination folder existence check and only create it when the path contains slash(s)
- Loading branch information