Git 로그 - swkim0128/PARA GitHub Wiki


type: Git archive: false

Git Log

주요 옵션

log Format

# git log 명령어
git log --graph --all --pretty="%C(auto)%h%Creset -%C(auto)%d%Creset %s %C(bold blue)<%an>%Creset %Cgreen(%cr)”
# git alias 등록
git config --global alias.lg 'log --graph --all --pretty="%C(auto)%h%Creset -%C(auto)%d%Creset %s %C(bold blue)<%an>%Creset %Cgreen(%cr)"'
⚠️ **GitHub.com Fallback** ⚠️