Skip to content

Instantly share code, notes, and snippets.

@maximishchenko
Created March 21, 2016 20:44
Show Gist options
  • Save maximishchenko/1ab4d5e694bffbf2cc11 to your computer and use it in GitHub Desktop.
Save maximishchenko/1ab4d5e694bffbf2cc11 to your computer and use it in GitHub Desktop.
Get Single file or folder from GitHub repository
#!/bin/bash
# Need to install subversion
# List files
svn lns <repository_url>/trunk
# Get Files or Directory
svn export <repository_url>/trunk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment