Open
Description
Sometimes we need to download a specific version of a project from a Git repository to do some work like build from source code. If clone the entire repository it will be very slow because we don't need the entire commit history.
GitHub provides a download as zip service for a specific version which meets our needs. But how about a Git repository accessed via SSH?