[SEB FE 44] git clone과 Download ZIP의 차이점

Heechang Jeong·2023년 3월 9일
0

CODE STATES

목록 보기
18/40
post-thumbnail

✍ 복습 자료

1. git status

  • On branch master : 현재 브랜치

  • git rm --cached : staging area에서 제거하는 명령어 (unstage)


2. staging area

commit 하기 전에 기록하는 장소

※ 늘 commit하기 전에 git status 로 staging area의 상태를 확인하는 것이 좋다. commit하고자 하는 파일 모두가 staging area에 들어 있을 경우 commit을 한다.



📌 오늘의 알파

  • git clone VS Download ZIP

  1. git clone
    git remote 명령어를 따로 안해줘도 된다.

  2. Download ZIP
    git remote 명령어를 입력해야 연결된다.


  • textarea width 100% 설정했을 때 영역을 벗어나는 경우


    form__textbox에 margin 값을 넣어줘서 영역에 맞게 textbox를 설정했다.



Reference

  1. textarea width 100% 설정 => 영역 벗어나는 경우
    https://www.buppagistar.com/100-percent-width-textareas/
  2. button hover focus
    https://www.freecodecamp.org/korean/news/css-beoteun-seutail-hover-color-background/

0개의 댓글