How to setup your Git service using Raspberry Pi?
The video tutorial of this article is publicly available in Youtube via this link.
Hardware Pre-requisites:
- Raspberry Pi
- Micro SD card
- Internet connection
Software Pre-requisites:
- Raspbian OS
- Any tool to unzip.
Eg: 7zip (Linux), WinRAR (Windows), The Unarchiver (MacOS)
Starter knowledge of using basic commands in Terminal.
Open terminal in your Raspbian and run this command.
user@pi:~$ sudo apt update && sudo apt upgrade
It will update all packages list and then upgrade them accordingly. This is not a mandatory step but a good practice that keeps the system up-to-date and ready.