georgalis @ Github
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}/"
Shortcuts to major ./pub components
root (docs)
Other repositories
- [https://github.com/tmux/tmux/issues/3220](tmux/tmux #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