add tag commands

This commit is contained in:
🪞👃🪞 2024-12-10 18:27:11 +01:00
parent a08067feba
commit c4453a85fb

View file

@ -7,9 +7,15 @@ status:
push:
git push -u codeberg main
git push -u origin main
tpush:
git push --tags -u codeberg
git push --tags -u origin
fpush:
git push -fu codeberg main
git push -fu origin main
ftpush:
git push --tags -fu codeberg
git push --tags -fu origin
transport:
cargo run --bin tek_transport
arranger: