diff options
Diffstat (limited to 'docker/debian-dev/bootstrap/bash-profile/cp-no-git.bash')
-rw-r--r-- | docker/debian-dev/bootstrap/bash-profile/cp-no-git.bash | 2 |
1 files changed, 2 insertions, 0 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 new file mode 100644 index 0000000..46debeb --- /dev/null +++ b/docker/debian-dev/bootstrap/bash-profile/cp-no-git.bash @@ -0,0 +1,2 @@ +alias cp-no-git="rsync --exclude='.git'" + |