Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 506 Bytes

Settings_records.md

File metadata and controls

8 lines (7 loc) · 506 Bytes

Git aliases

  • git config --global alias.co checkout
  • git config --global alias.ci commit
  • git config --global alias.s status
  • git config --global alias.a add
  • git config --global alias.lg "log --graph --abbrev-commit --pretty=format:'%C(red)%h%Creset -%C(yellow)%d%Creset %s %C(green)(%cr) %C(bold blue)<%an>%Creset'"
  • git config --global alias.lga "log --graph --abbrev-commit --pretty=format:'%C(red)%h%Creset -%C(yellow)%d%Creset %s %C(green)(%cr) %C(bold blue)<%an>%Creset' --all"