- cross-posted to:
- [email protected]
- cross-posted to:
- [email protected]
I actively maintain a website with SSH (git clone) does desktops environments like vanillaOS and silverblue allow this?
I actively maintain a website with SSH (git clone) does desktops environments like vanillaOS and silverblue allow this?
Welcome to the world of Linux!
Yes, every modern operating system today can run Git and SSH. You simply have to install Git (if not already installed by the OS) and you are ready to go.
Git Documentation for Linux-Installation
To install git you can use the package manager for your distro, for VanillaOS it is
apx
and for Fedora it isdnf
, those are used in the Terminal maybe you will also find Git inside your GUI-Package manager. Vanilla OS is based of Ubuntu, so you should have no problem finding a working release, when you find no Git-Installation viaapx
try theapt
one.SSH will already be installed and configured, it is a default functionality.
If you have any questions regarding the installation or Git-Use, just make an other comment.