나는 window를 쓰므로.. 터미널 대신 명령프롬프트를 쓴다.(실제론 Git Bash 를 썼다.)tip : Git Bash에 wecode 폴더를 드래그했더니 손쉽게 넣어졌다 !cd Desktop/wecodemkdir git_practicegit_practice 폴더
Layout Properties (position, float, clear, display)Box Model Properties (width, height, margin, padding)Visual Properties (color, background, border,
\-현업에가면 굉장히 자주 사용 될 것이다.Main branch is used for profuction releases우리가 1.0.0버전을 사용하는 동안 개발자들은 그 후를 준비한다.A develop branch is created from mainThe devel
Git remote 명령으로 현재 프로젝트에 등록된 리모트 저장소를 확인할 수 있다.이 명령은 리모트 저장소의 단축 이름을 보여준다.저장소를 clone하면 origin 이라는 리모트 저장소가 자동으로 등록되기 때문에 origin이라는 이름을 볼 수 있다.리모트 저장소
git init : 깃 초기화git config --global user.name "유저 이름" : 깃 사용자 이름 설정git config --global user.email "이메일 주소" : 깃 사용자 이메일 설정git config --global core.edit