modelo .gitconfig

Segue o meu .gitconfig que peguei do nosso amigo Diogo Baeder ;)

[user]
    name = My Full Name
    email = myemail@dafiti.com.br

[color]
    status = auto
    diff = auto
    branch = auto

[merge]
    tool = meld

[alias]
    pl = pull
    ps = push
    st = status
    ci = commit -am
    br = branch
    co = checkout
    df = diff
    lg = log -p
    a = add .
    up = submodule update --init --recursive

[push]
    default = current

[branch "master"]
    remote = origin
    merge = refs/heads/master
 
[core]
    editor = vim

Comentários

Postagens mais visitadas