01-25-2020, 10:57 PM
yes. for an idea, git has every revision of the repo ever in it...
you can use --depth=1 to get only the latest version and still benefit from the git system.
that is what i do most of the time if just needing source to build from.
you can use --depth=1 to get only the latest version and still benefit from the git system.
that is what i do most of the time if just needing source to build from.