Work Push local files to Github BeBuBi April 24, 2022 git initgit add . && git commit -m “initial commit”git branch -M maingit remote add origin git@github.com:BeBuBi/<project>.gitgit... Read More Read more about Push local files to Github
Work Jenkins BeBuBi April 24, 2022 Installation Steps for Ubuntu: Installing the Default JRE/JDKsudo apt install default-jdk Example:ptn@ptn-virtual-machine:~$ sudo apt install default-jdkptn@ptn-virtual-machine:~$ javac... Read More Read more about Jenkins