mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
add tag commands
This commit is contained in:
parent
a08067feba
commit
c4453a85fb
1 changed files with 6 additions and 0 deletions
6
Justfile
6
Justfile
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue