A command line is like a window to directly communicate with the computer
- pwd - To show where you are
- cd - to move to a different directory/folder
- mkdir - create a new folder
- rmdir - to delete a folder
- touch - create a new file or item
- ls - list files where you are
- cp - copy a file
- git status - show you whats going on in your repository
- git add - let git know of new files
- git commit - to save your change