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 | e0ed5715c9548f8758f0bd92b134f08614574188 (patch) | |
tree | ea0e43cdd691ec1155e660dca58189751a2cdc3c /docker/debian-dev/bootstrap/bash-profile | |
parent | bb3b7ef4770a3a752cd71fb970af423f56502577 (diff) | |
download | crupest-e0ed5715c9548f8758f0bd92b134f08614574188.tar.gz crupest-e0ed5715c9548f8758f0bd92b134f08614574188.tar.bz2 crupest-e0ed5715c9548f8758f0bd92b134f08614574188.zip |
(docker:debian-dev) better cp-no-git.
Diffstat (limited to 'docker/debian-dev/bootstrap/bash-profile')
-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'" |