some stuff

This commit is contained in:
2024-10-30 22:41:50 -04:00
parent fbaa38c1a5
commit 50d37c0e6b
6 changed files with 119 additions and 29 deletions

View File

@ -32,7 +32,8 @@
# common aliases
br = "branch";
co = "checkout";
st = "status";
st = "status -sb";
status = "status -sb";
ls = "log --pretty=format:\"%C(yellow)%h%Cred%d\\\\ %Creset%s%Cblue\\\\ [%cn]\" --decorate";
ll = "log --pretty=format:\"%C(yellow)%h%Cred%d\\\\ %Creset%s%Cblue\\\\ [%cn]\" --decorate --numstat";
cm = "commit -m";