Page MenuHomePhabricator
Paste P8204

Masterwork From Distant Lands
ActivePublic

Authored by Eevans on Mar 14 2019, 8:46 PM.
Tags
None
Referenced Files
F28389099: raw.txt
Mar 14 2019, 8:46 PM
Subscribers
None
git config --global alias.st status
git config --global alias.co checkout
git config --global alias.ci commit
git config --global alias.br branch
git config --global alias.lg log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all
git config --global color.diff auto
git config --global color.branch auto
git config --global color.status auto
git config --global color.new cyan
git config --global color.old magenta
git config --global color.frag yellow
git config --global color.meta green
git config --global color.commit normal

Event Timeline

Eevans changed the title of this paste from untitled to Masterwork From Distant Lands.