Skip to content

Instantly share code, notes, and snippets.

@gianv9
gianv9 / superlog
Created January 11, 2018 02:36 — forked from gollum23/superlog
Superlog Curso git platzi
git config --global alias.superlog "log --graph --abbrev-commit --decorate --date=relative --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"
@gianv9
gianv9 / gist:ae6db64bf57abc72d5cedfe04c63964b
Created January 11, 2018 02:27 — forked from kukurniawan/gist:5752420
Visual Studio Error On Publish : The target "GatherAllFilesToPublish" does not exist in the project
Add in file project
<Target Name="GatherAllFilesToPublish">
</Target>