Mercurial > hg > zsh-env
view .gitconfig @ 163:201c8ca43ab1
reset the environment for a proper 24 hour display of time
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Fri, 17 Jan 2020 15:29:03 +0100 |
parents | abe96094c876 |
children | bfc94ec31b2b |
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 tags = tag --list --sort=version:refname 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