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]
co = checkout
b = checkout -b
comit = commit
ocmiit = commit
upll = pull
upsh = push
d = diff
dc = diff --cached
ds = dc
s = status
stat = status
l = log --graph --branches