Created
January 20, 2020 18:02
-
-
Save aleguerra05/dd56e3e322f32123f867e3c38beb29f6 to your computer and use it in GitHub Desktop.
inprovments dockerfile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
in git version 1.7.9.5 this seems to work to export a single file from a remote | |
git archive --remote=ssh://host/pathto/repo.git HEAD README.md | |
This will cat the contents of the file READ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment