1
0
mirror of https://github.com/Luzifer/termux-cfg.git synced 2024-09-19 01:02:55 +00:00

Add 'git c' alias

This commit is contained in:
Knut Ahlers 2019-10-19 21:05:59 +02:00
parent 8f01841d96
commit 3b5183931f

View File

@ -6,6 +6,7 @@
lg = "log --color --graph --pretty=format:'%Cred%h%Creset [%G?]%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"
ri = rebase --interactive --autosquash
st = status
c = "commit -v"
[branch]
autosetuprebase = always