Skip to content

Instantly share code, notes, and snippets.

apache2.conf
000-default.conf
ports.conf
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
git config --global color.ui true
git config --global core.editor vim
git config --global alias.co commit
git config --global alias.lg "log --color --graph --all --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --"