diff options
author | crupest <crupest@outlook.com> | 2023-11-01 20:58:53 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-11-13 13:47:29 +0800 |
commit | 762d71e54436feb7e9ec766d422316d5c1882e7c (patch) | |
tree | ea0e43cdd691ec1155e660dca58189751a2cdc3c /docker | |
parent | 2127c6286df49884fd2b414d0c1e190e35506838 (diff) | |
download | crupest-762d71e54436feb7e9ec766d422316d5c1882e7c.tar.gz crupest-762d71e54436feb7e9ec766d422316d5c1882e7c.tar.bz2 crupest-762d71e54436feb7e9ec766d422316d5c1882e7c.zip |
(docker:debian-dev) better cp-no-git.
Diffstat (limited to 'docker')
-rw-r--r-- | docker/debian-dev/bootstrap/bash-profile/cp-no-git.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/debian-dev/bootstrap/bash-profile/cp-no-git.bash b/docker/debian-dev/bootstrap/bash-profile/cp-no-git.bash index 46debeb..bb4d346 100644 --- a/docker/debian-dev/bootstrap/bash-profile/cp-no-git.bash +++ b/docker/debian-dev/bootstrap/bash-profile/cp-no-git.bash @@ -1,2 +1,2 @@ -alias cp-no-git="rsync --exclude='.git'" +alias cp-no-git="rsync -a --exclude='.git'" |