martedì 21 luglio 2015

my .gitconfig



$ cat .gitconfig
[core]
        pager = less -r
        editor = vim
[format]
        pretty = format:'%C(bold blue)%h%Creset%C(bold yellow)%d%Creset: %C(bold red)%s%Creset - %C(bold magenta)%cn%Creset(%C(bold green)%cd%Creset)'
[alias]
        lg = log --graph --date=relative --all
[user]
        name = user
        email = user@mail.it

Nessun commento:

Posta un commento