Git 명령어: Revision history

From IT Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

    6 June 2024

    • curprev 15:4615:46, 6 June 2024계발자 talk contribs 422 bytes +422 새 문서: == 보기 전에 == Git에 대한 기본 개념은 Git 문서 확인 == 명령어 == === git branch === 브랜치 목록을 확인할 수 있다. === git checkout === 작업할 브랜치를 선택한다. === git stash === 하던 작업을 임시로 저장하여 다음에 불러쓸 수 있도록 한다. === git pull === 원격 저장소의 소스를 로컬 저장소로 가져온다. ==== git pull --rebase ==== Tag: Visual edit