Page MenuHomePhabricator
Paste P8203

Masterwork From Distant Lands
ActivePublic

Authored by Eevans on Mar 14 2019, 8:29 PM.
Tags
None
Referenced Files
F28389039: raw.txt
Mar 14 2019, 8:29 PM
Subscribers
None
git config alias.st status
git config alias.co checkout
git config alias.ci commit
git config alias.br branch
git config 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 color.diff auto
git config color.branch auto
git config color.status auto
git config color.new cyan
git config color.old magenta
git config color.frag yellow
git config color.meta green
git config color.commit normal

Event Timeline

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