view .gitconfig @ 119:b81b0cd81f63

add a git alias for handling submodules
author Dirk Olmes <dirk@xanthippe.ping.de>
date Thu, 18 May 2017 07:41:08 +0200
parents 78a2cec44799
children abe96094c876
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    
    smu = submodule update --recursive --remote
    st = status
    wipe = !git add -A && git commit -qm 'WIPE SAVEPOINT' && git reset HEAD~1 --hard
    wt = worktree

[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