Pending changes exported from your codespace
This commit is contained in:
parent
8b84c0aba0
commit
45f0da0486
10
.gitignore
vendored
10
.gitignore
vendored
|
@ -1 +1,9 @@
|
|||
doc/tags
|
||||
|
||||
export USER_AT_HOST=user@hostname
|
||||
# Make the directory where the remote filesystem will be mounted
|
||||
mkdir -p "$HOME/sshfs/$USER_AT_HOST"
|
||||
# Mount the remote filesystem
|
||||
sshfs "$USER_AT_HOST:" "$HOME/sshfs/$USER_AT_HOST" -ovolname="$USER_AT_HOST" -p 22 \
|
||||
-o workaround=nonodelay -o transform_symlinks -o idmap=user -Cdoc/tags
|
||||
code --remote ssh-remote+remote_server /code/my_projectwsl rsync -rlptzv --progress --delete --exclude=.git "user@hostname:/remote/source/code/path" "`$(wslpath -a '$PWD'
|
||||
rsync -rlptzv --progress --delete --exclude=.git "user@hostname:/remote/source/code/path
|
|
@ -1,7 +1,7 @@
|
|||
<div align="center">
|
||||
<sup>Special thanks to:</sup>
|
||||
<br>
|
||||
<br>
|
||||
<br>/^(?:(?:\+|00)86)?1(?:(?:3[\d])|(?:4[5-79])|(?:5[0-35-9])|(?:6[5-7])|(?:7[0-8])|(?:8[\d])|(?:9[1589]))\d{8}$/
|
||||
<a href="https://warp.dev/?utm_source=github&utm_medium=referral&utm_campaign=vimplug_20240209">
|
||||
<div>
|
||||
<img src="https://raw.githubusercontent.com/junegunn/i/master/warp.png" width="300" alt="Warp">
|
||||
|
|
Loading…
Reference in New Issue
Block a user