Hey y'all! Lets git it!
This repo will contain foundational programming material for software languages and platforms used in TAR.
Please take a look at our documenation on the TAR GitBook. Go to our Workshops space. (Currently WIP/Under Construction)
To configure your Git account:
git config --global user.name "Your Name"
and
git config --global user.email "[email protected]"
This is good to do at the start once you have git installed. More on Git in our Gitbook linked above.
Its good to keep your linux package tool up to date, call it Linux Maintenance. Run:
sudo apt update && sudo apt upgrade
Occasionally run this command when you are in your Ubuntu environment.
Yes you need to do this!!!!!!!!