fuel-dev-tools/vagrant/salt/packages/gitconfig

18 lines
603 B
Plaintext

[alias]
co = checkout
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
gr = log --oneline --abbrev-commit --all --graph --decorate --color
grs = log --oneline --abbrev-commit --all --graph --decorate --color --simplify-by-decoration
hist = log --graph --full-history --all --pretty=format:'%Cred%h%Creset %ad %s %C(yellow)%d%Creset %C(bold blue)<%an>%Creset' --date=short
st = status
[color]
ui = true
diff = true
status = true
branch = true
[push]
default = upstream