POST

3.version 관리

좋은 site (HEAD가 pointer임, branch, commit 흐름을 시각적으로 확인할 수 있는 tool) https://git-school.github.io/visualizing-git/ git status를 습관화하자!

4.gitcommand with ossca

git reset HEAD~1 HEAD를 1 commit 전으로 이동시켜 해당 commit을 삭제 파일의 변경 내용은 작업 directory에서 삭제 --soft를 사용하면 파일의 변경사항 그대로 남음 ...

리눅스 초기화

터미널 진입 : systemctl reboot --firmware-setup 시간이 꽤 걸린다…

protocol과 API

Protocol 통신을 위한 규약, 전송되는 데이터의 항목/순서/표현법을 정의