Files
Wiki/git/README.md
2020-10-16 21:45:56 +02:00

235 B

git

Config

Default aliases

[alias]
    br = branch
    ci = commit
    co = checkout
    st = status
    lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
    diff = diff --ws-error-highlight=all