mirror of
https://github.com/Luzifer/termux-cfg.git
synced 2024-12-21 00:51:16 +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"
|
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
|
ri = rebase --interactive --autosquash
|
||||||
st = status
|
st = status
|
||||||
|
c = "commit -v"
|
||||||
|
|
||||||
[branch]
|
[branch]
|
||||||
autosetuprebase = always
|
autosetuprebase = always
|
||||||
|
|
Loading…
Reference in a new issue