Guided tutorial to learn scripting!
This repository will act a guide to introduce you into the basics of scripting.
Below are different items to research and understand.
A command line interface application that is used to type commands, modify files, and run scripts.
Video - https://www.youtube.com/watch?v=SkB-eRCzWIU
A terminal emulator. It allows secure access to a linux terminal. This is typically used on a Windows machine to access the linux terminal of a server using SSH.
Video - https://www.youtube.com/watch?v=pWDHUlvcAsg
We will use raspberrypi as our hostname for this tutorial. Let us start with connecting. You will need to know your username and password.
Now that we are connected, lets change our color scheme.
Some basic Git commands are:
git status
git add
git commit