Add remote build aliases

This commit is contained in:
albert 2023-11-21 20:50:22 +09:00
parent 6390aa6ce5
commit 164da4ba20
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A

View file

@ -107,7 +107,7 @@
cat = "bat";
# git
g = "git";
g = "git";
ga = "git add -A";
gb = "git branch";
gc = "git commit";