Install Github

Windows Install simply download Git EXE file from Git for Windows Run it and Install Check version from command prompt with git version Linux - Debian/Ubuntu/Kali Usually it comes pre installed. If its not in your system open Terminal and use the code: Update your repository with sudo apt-get update Install sudo apt-get install git-all After install check version git version Mac Go to macOS Git Installer After installation open terminal and use code to check installation git version For more info on installation visit this Github Link

December 16, 2022 · 1 min

Quickly Deploy

Yes there are too many codes to just deploy your post, now to tackle that hassle we will create a code to upload everything with just one line. In order to go thorough you need to configure your default credentials. Here is a Stack Overflow Link for time being, before i post. Steps: Outside your blog folder create an empty file. Rename it to deploy.sh Now we need to edit the code, you can copy the code below....

December 16, 2022 · 1 min