The way I roll…
git archive --prefix ./pub/ main | gzip -c | ssh remote "tar xzf -"
or
h=srv r="$HOME/vcs/pub" t=$(cd /tmp && mktemp -d ./gitarch-XXXX)
cd "${r}" && git archive --prefix ${PWD##*/}/ HEAD | tar -C "/tmp/${t}" -xzf - \
&& rsync -vrtcpz --chmod=Fa-w "/tmp/${t}/${PWD##*/}/" root@${h}:/usr/local/${PWD##*/}/ \
&& rm -rf "/tmp/${t}/"
OSX Ventura rsync to msdos/usb fail — apple discussion 254383328, breaks rsync maintenance of IoT micro sd flash memory, github rsync issue
_mbsetupuser uses /bin/bash — Macs ship with a 2007 version of bash, supported or not?
Github Copilot docs update? Not today… Issue #19579 PR #18833
https://github.com/tmux/tmux/issues/3220 Add a comand line option to disable acl checking… nope!
rmind/npf #113 Solution Refer to range of IPs and use of wildcards
skafdasschaf/latex-pgfgantt #7 Request/Alternative High resolution time for gantt event analytics with pgfgantt
dylanaraps/pure-bash-bible #127 Hint exit behavior in functions
Homebrew/brew #6637 Solution ‘keep’ packages and ‘orphaned’ dependencies…
dylanaraps/pure-bash-bible #82 Reference more rationale for not using #!/bin/bash?
pyenv/pyenv #1359 Reference Update shell configuration info in README
pyenv/pyenv #1347 Reference is putting eval "$(pyenv init -)" in ~/.bash_profile really a good suggestion?
usnistgov/OSCAL #349 Alternative Consider using leading zeros in OSCAL Content Identifiers