til/ Git vs. Github, Terminal

Agnes Shin·2022년 2월 9일
0

1. What is Git?

  • Git is a free and open source distributed version control system designed to handle very thing from small to vary large projects with speed and efficiency.

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?

  • Git hub is a provider of Internet hosting for software development and version control using Git.

3. What is a terminal?

  • Terminal is the terminal emulator included in macOS operating system by Apple. Terminal originated in NeXTSTEP and OPENSTEP, the predecessors operated of macOS.
  • saving files that list when completed

Keywords in Terminal:
Basics of Command line

  • The Command Line - is the actual line where you write a command.
    Parts of the command - 3 parts - program, option, any arguments.

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

  • Prompt$ or $ by default

-Terminal

git clone
git pull origin master

profile
30기 신윤숙 / FE

0개의 댓글