Note: If you are in China, you might need to install a VPN in your raspbian to have quick handshakes with GitHub later. Recommendation for an easy to use cli base VPN would be express-vpn. 🤨
Next is to Install git:
sudoapt-getinstallgit-y
Create a safer git up alias:
You might ask why? It's because, later we would be using our UI to get latest version of the cloned firmware. Manually if we have to do it we would use, git pull in the cloned repository. But this time we would be using the UI script and it is not recommended to use git pull from a script.