more aliases

This commit is contained in:
xesc 2025-03-02 16:49:31 +01:00
parent ddc13e5bee
commit e549e1ec69

2
config
View file

@ -31,12 +31,14 @@
[alias] [alias]
co = checkout co = checkout
b = checkout -b
comit = commit comit = commit
ocmiit = commit ocmiit = commit
upll = pull upll = pull
upsh = push upsh = push
d = diff d = diff
dc = diff --cached dc = diff --cached
ds = dc
s = status s = status
stat = status stat = status
l = log --graph --branches l = log --graph --branches