Remove alias for git commit

This commit is contained in:
Severin Kaderli 2025-03-24 19:26:30 +01:00
parent b3a3656e0e
commit 24b6e10af6
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4

View file

@ -34,9 +34,6 @@
# Add all files
a = add --all
# Create a commit and sign it off
c = commit -s -S
# Push to the master branch of the origin remote
p = push --follow-tags