Sometimes you may need to send someone a project and they may
not have Git installed, so they may not be able to download a
repository from the command line. One of the ways that they
can download it is by going manually to the Github repository
and pressing the Download button. Here is another way that can
save up time to both those that have and those that do not
have git installed.
All you have to do is go to
DownGit
and paste the link in a box. After that, you can click
Create Download Link and below that,
you have a link that you can use to share with others.
You may use this to actually make a download link
that you can simply hyperlink or send to someone and they can
then immediately download the project without having to go
directly to Github and downloading it. This means that you can
also save time for people that have git already installed on
their machines.
This is an open source project that you can find
here.
This is something very simple, but I hope it is beneficial for
someone out there.