Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 932 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 932 Bytes

TAR Software Workshop Repository


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)

Git Configuration


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.

Linux Package Maintenance (If using Ubuntu)


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!!!!!!!!