mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 12:16:42 +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:
|
push:
|
||||||
git push -u codeberg main
|
git push -u codeberg main
|
||||||
git push -u origin main
|
git push -u origin main
|
||||||
|
tpush:
|
||||||
|
git push --tags -u codeberg
|
||||||
|
git push --tags -u origin
|
||||||
fpush:
|
fpush:
|
||||||
git push -fu codeberg main
|
git push -fu codeberg main
|
||||||
git push -fu origin main
|
git push -fu origin main
|
||||||
|
ftpush:
|
||||||
|
git push --tags -fu codeberg
|
||||||
|
git push --tags -fu origin
|
||||||
transport:
|
transport:
|
||||||
cargo run --bin tek_transport
|
cargo run --bin tek_transport
|
||||||
arranger:
|
arranger:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue