You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: