Skip to content

How to download a specific commit from a Git repository #21

Open
@rogerxu

Description

@rogerxu

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions