Skip to content

Instantly share code, notes, and snippets.

View Bruno125's full-sized avatar

Bruno Aybar Bruno125

View GitHub Profile
@CristianLlanos
CristianLlanos / .gitconfig
Last active January 14, 2016 20:25
My git config file
[user]
name = Cristian Llanos
email = cristian@cinepapaya.com
[core]
editor = /usr/bin/vim
excludesfile = /home/cristian/.gitignore_global
[alias]
# Aliases
aliases = "!git config --list | grep alias | cut -c 7-"