This is an old revision of the document!
유저 디렉토리 아래 ~/.gitconfig 파일을 아래와 같이 작성해 두면 git명령어 사용시에 편리한 점이 많습니다.
[user] github = GITHUB_USER_NAME email = YOUR_EMAIL@khu.ac.kr name = YOUR_NAME [color] ui = auto [core] ignorecase = false editor = vim [alias] co = checkout ci = commit b = branch l = log --oneline --graph [push] default = current