File: tagGit.sh

package info (click to toggle)
globalplatform 2.4.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,500 kB
  • sloc: ansic: 13,417; xml: 244; sh: 87; java: 28; makefile: 10
file content (7 lines) | stat: -rw-r--r-- 129 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#!/bin/sh
git tag -d $1
git push --delete origin $1
git push --delete github $1
git tag $1
git push origin $1
git push github $1