Skip to content

Commit

Permalink
added tag script
Browse files Browse the repository at this point in the history
  • Loading branch information
bahaaldine committed Oct 31, 2016
1 parent 550ebb9 commit 3aa95d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tag.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

git push && git tag -d $1 && git push --delete origin $1 && git tag -a $1 -m "version $1" && git push origin $1

0 comments on commit 3aa95d6

Please sign in to comment.