mirror of
https://github.com/Luzifer/termux-cfg.git
synced 2024-11-08 14:30:00 +00:00
Add 'git c' alias
This commit is contained in:
parent
8f01841d96
commit
3b5183931f
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue