1
0
Fork 0
mirror of https://github.com/hcartiaux/dotfiles.git synced 2024-10-18 17:25:23 +02:00

[git] Update

This commit is contained in:
Hyacinthe Cartiaux 2021-11-11 11:53:04 +01:00
parent 33e4d6dad9
commit 19468dc3db

View file

@ -33,6 +33,7 @@
br = branch br = branch
w = whatchanged --abbrev-commit w = whatchanged --abbrev-commit
ls = ls-files ls = ls-files
gg = log --graph --pretty=format:'%C(auto)%h -%d %s %Cgreen(%cr)%Creset %C(bold blue)<%an>%Creset' --abbrev-commit --max-count=20
gr = log --graph --oneline --decorate gr = log --graph --oneline --decorate
lol = log --graph --pretty=format:'%C(yellow)%h%Creset%C(cyan)%C(bold)%d%Creset %C(cyan)(%cd)%Creset %C(green)%cn%Creset %s' --date=format:'%Y-%m-%d %H:%M:%S' lol = log --graph --pretty=format:'%C(yellow)%h%Creset%C(cyan)%C(bold)%d%Creset %C(cyan)(%cd)%Creset %C(green)%cn%Creset %s' --date=format:'%Y-%m-%d %H:%M:%S'
unstage = reset HEAD -- unstage = reset HEAD --
@ -94,3 +95,6 @@
[pull] [pull]
rebase = true rebase = true
[credential]
helper = cache