This commit is contained in:
CherryKitten 2024-03-24 19:02:34 +01:00
parent 4c511821dc
commit 7851c1e55d
Signed by: sammy
GPG key ID: 98D8F75FB0658276

View file

@ -23,6 +23,8 @@
br = "branch --format='%(HEAD) %(color:yellow)%(refname:short)%(color:reset) - %(contents:subject) %(color:green)(%(committerdate:relative)) [%(authorname)]' --sort=-committerdate";
c = "commit";
del = "branch -D";
p = "push";
pf = "push --force-with-lease";
r = "rebase";
ri = "rebase -i";
s = "status";