Linux git short manual
Linux git short manual
git log
: git tree 상태 확인.
git status
: 현재 파일 변경 상태 확인
git commit -m "Test"
: git commit
git add *
: working index로 file 추가.
git log
: git tree 상태 확인.
git status
: 현재 파일 변경 상태 확인
git commit -m "Test"
: git commit
git add *
: working index로 file 추가.
댓글
댓글 쓰기