Git 명령어 모음

git config --list

git config --global user.name "Nick Name"
git config --global user.email "ID@example.com"
git config --global core.editor emacs

git config user.name
git config user.email

git help config

git init
git clone https://github.com/libgit2/libgit2

git add FileName
git commit FileName

git status
git status --short

cat .gitignore

git log

댓글

이 블로그의 인기 게시물

EMACS - 파일 열기, 저장, 도움말

EMACS - 검색 및 바꾸기

EMACS, CLISP, SLIME 설치