Skip to content

georgalis/pub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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}/"

Major ./pub components

root

Other repositories

Public comments

  • 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

  • All Github Comments

About

All manner of public things...

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published