aboutsummaryrefslogtreecommitdiff
path: root/docker/debian-dev/bootstrap
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2023-11-01 20:58:53 +0800
committercrupest <crupest@outlook.com>2023-11-13 13:47:29 +0800
commit762d71e54436feb7e9ec766d422316d5c1882e7c (patch)
treeea0e43cdd691ec1155e660dca58189751a2cdc3c /docker/debian-dev/bootstrap
parent2127c6286df49884fd2b414d0c1e190e35506838 (diff)
downloadcrupest-762d71e54436feb7e9ec766d422316d5c1882e7c.tar.gz
crupest-762d71e54436feb7e9ec766d422316d5c1882e7c.tar.bz2
crupest-762d71e54436feb7e9ec766d422316d5c1882e7c.zip
(docker:debian-dev) better cp-no-git.
Diffstat (limited to 'docker/debian-dev/bootstrap')
-rw-r--r--docker/debian-dev/bootstrap/bash-profile/cp-no-git.bash2
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'"