I actually reinstall my Ubuntu, and I need plenty of programs. Of course I want to use it in the newest versions. However, Ubuntu official repositories often include older versions of programs. So I need to download the newest versions manually, e.g. from Github.
Is it possible to add entry to Ubuntu /etc/apt/sources.list that make possible to download and automatically update programs from Github releases?
Something like:
deb https://github.com/git/git/releases
Any help will be apreciated.