Mercurial > hg > zsh-env
view .gitconfig @ 188:757255b99cff default tip
Der Pfad von nano hat sich geƤndert
author | Dirk Olmes <dirk.olmes@codedo.de> |
---|---|
date | Tue, 14 Mar 2023 07:19:52 +0100 |
parents | bfc94ec31b2b |
children |
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 [include] path = ~/.gitconfig.local [push] default = simple [user] name = Dirk Olmes # do not set an email address here - it must be configured for different # repositories with different values