GETTING STARTED These instructions will get automated environment setup and running on your local machine. Prerequisites What things you need to install the software according to your OS: Windows: Please install Docker Desktop and configure WSL2, a step by step guide given in the following link. https://docs.docker.com/desktop/windows/install/ OR https://www.digitalocean.com/community/tutorials/how-to-install-the-windows-subsystem-for-linux-2-on-microsoft-windows-10 MacOS: Please install Docker Desktop and configure WSL2, a step by step guide given in the following link. https://docs.docker.com/desktop/mac/install/ Ubuntu: I nstall using the repository Before you install Docker Engine for the first time on a new host machine, you need to set up the Docker repository. Afterward, you can install and update Docker from the repository. Set up the repository Update the apt package index and install packages to allow apt to use a repository over HTTPS: sudo apt-get update sudo apt-get...
Git Reset => git reset --hard HEAD~1 ( https://stackoverflow.com/questions/927358/how-do-i-undo-the-most-recent-local-commits-in-git) git reset --hard <commit-hash> git push -f origin master