12 de abril de 2018

Making Git diff beautiful

# Access https://github.com/so-fancy/diff-so-fancy

# To install
$ brew install diff-so-fancy

# Configure local git to use them
$ git config --global core.pager "diff-so-fancy | less --tabs=4 -RFX"

Done! $ git diff

Nenhum comentário:

Postar um comentário

Running puma 3.6 in Linux's that SSL is updated

When you use the gem Puma 3.6 in your Ruby or Rails project, on Linux that SSL is more updated. You needs to install the previewsly version ...