1. What is Git?
Keywords for Terminal
- git init // Start
- git add // add to shopping cart, like part saved
- git status
- git commit // final saved file
- git log //
- git push //
- cd //
2. What is Github?
3. What is a terminal?
Keywords in Terminal:
Basics of Command line
pwd - print working directory (current folder)
command line in the directory- representation of folder
ls - list of all of items / directory currently in there
ls argrument -
ls + enter, list of items in alphabetical order
ls -l + enter, list in long format in the command line
cd -Desktop
change directory
make a file > untitled folder,
mkdir (make directory)- test foler is made
cd ../ - back out to the previous directory
mkdir agnesshin
rmdir test - remove directory
touch index.html - make a file
clear (wipe out terminal
-Terminal
git clone
git pull origin master