[alias]
co = checkout
br = branch
ci = commit
st = status
ls = log --stat
lg = log --graph --oneline --decorate --all
lsg = log --stat --graph
pt = !git tag -l | xargs git tag -d && git fetch -t
stash-unapply = !git stash show -p | git apply -R
aliases = config --get-regexp alias
[credential "https://git.exemple.com"]
provider = generic
[safe]
directory = E:/
directory = E:/others/ojs-3-2-1-4
directory = %(prefix)///wsl.localhost/Ubuntu/home/user/projetos
directory = %(prefix)///wsl.localhost/Ubuntu/home/user/projetos
[user]
name = [Your Name]
email = [Your Email]
[http]
sslVerify = false
[credential]
helper = store
[gc]
reflogExpire = 12.months.ago
[apply]
whitespace = nowarn
[core]
whitespace = nowarn
[color]
diff = auto
status = auto
interactive = auto
branch = auto
[status]
short = true