Changeset d7de29b
- Timestamp:
- 05/25/12 14:48:39 (12 months ago)
- Branches:
- master, crem, crem2, dev, diadems, generic, lam, nlivemulti, release/1.4.4, storage
- Children:
- 305d2e3
- Parents:
- 3901268
- git-author:
- yomguy <yomguy@…> (05/25/12 14:48:39)
- git-committer:
- yomguy <yomguy@…> (05/25/12 14:48:39)
- File:
-
- 1 edited
-
tools/dev/push.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tools/dev/push.sh
rd68b189 rd7de29b 10 10 if [[ $branch == *master* ]]; then 11 11 echo "Push $branch to github:" 12 git push github $branch12 git push hub $branch 13 13 fi 14 14 … … 16 16 17 17 git push --tags 18 git push --tags github18 git push --tags hub 19 19 20 20 ssh vcs.parisson.com "cd /var/git/telemeta.git; git update-server-info"
Note: See TracChangeset
for help on using the changeset viewer.
