view .gitconfig @ 114:eaffab53cf43

Automated merge with https://xanthippe.duckdns.org/hg/zsh-env
author Dirk Olmes <dirk.olmes@exentra.de>
date Tue, 24 Jan 2017 14:16:38 +0100
parents deff86179ed8
children 78a2cec44799
line wrap: on
line source

[alias]
    brach = branch
    branches = branch
    co = checkout
    comit = commit
    lg = log --format=oneline --graph --abbrev-commit --decorate
    rpo = remote prune origin    
    st = status
    wipe = !git add -A && git commit -qm 'WIPE SAVEPOINT' && git reset HEAD~1 --hard

[color]
    ui = false

[http]
    sslVerify = false

[push]
    default = simple
    
[user]
    name = Dirk Olmes
    # do not set an email address here - it must be configured for different 
    # repositories with different values