WonBeomChoi / morganWorld

연습용 레포

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

morganWorld

연습용 레포

git add

  • 사용법 : git add <추가할경로>

git

  • 사용법 : git commit -m "<메시지>" "" 따옴표 안써도 됨 "적다가 이 뒤에 엔터친 다음에 다시 치고 " 이거하면 여러줄로 입력됨
    git commit -m "여러줄
    dquote> 첫번째줄
    dquote> 두번째줄
    dquote> 세번째줄
    dquote> "
    

git status

  • 내 git 의 현재상태를 본다.

git diff

  • 이전 기록(commit)을 기준을 변경사항을 본다.

About

연습용 레포


Languages

Language:HTML 100.0%