mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-13 12:22:20 +00:00
5 lines
83 B
Bash
Executable File
5 lines
83 B
Bash
Executable File
#!/bin/bash
|
|
git tag -d continuous
|
|
git tag continuous
|
|
git push -f origin continuous
|