디렉토리 생성
mkdir 디렉토리이름
디렉토리 제거
rm -rf 디렉토리이름
디랙토리 내의 숨긴 파일까지 모두 보기
dir -alr
git bash란?
Git, Git Bash 쉬운 설치/ Git Bash 설치 쉽고 자세한 설명/ 윈도우 OS에서 리눅스 환경 구축하기/ Git Bash란 무엇인가
git remote add 깃헙레퍼지토리이름 깃헙레퍼지토리주소
git push -u 깃헙레퍼지토리이름 브런치이름
git pull 깃헙레퍼지토리이름 내브런치이름
: 내 로컬저장소에 없고 리모트저장소에 있는 모든 것을 가져오기
LGTM : Looks Good To Me
amend
stash
git stash -m 메시지
reset
git reset —mixed 커밋아이디 or HEAD~1
cherry pic
git cherry-pich 커밋아이디
rebase