minimal: Add missing git alias

This commit is contained in:
traxys 2024-08-26 11:16:00 +02:00
parent b984ba4cf1
commit a56a63cddd

View file

@ -362,6 +362,7 @@
gss = "git status -s";
glo = "git log --oneline";
gp = "git push";
gl = "git pull";
};
};