ls - Shows everything under the current section we are on cd - Change to another directory cd .. - Go up one directory mkdir - Creates a new folder touch- Creates new file rm - Removes a folder or file
Git commands // Initializes the local directory as repositoty
- git init
//Start tracking files 2) git add "NameOfFile.ext"
//Save point (commit) git