dapper icon indicating copy to clipboard operation
dapper copied to clipboard

Remove special characters from path

Open seanly opened this issue 2 years ago • 0 comments

for example:

cd /data/code/hello@1

# old:
dapper -m bind # image: hello@2:HEAD for "-t, --tag: invalid reference format"
# fix:
dapper -m bind # image: hello-2:HEAD

seanly avatar Sep 01 '23 15:09 seanly