Commit 879e77852b726393ac3d7aacfad472743c5e940c

Authored by Rafael Diego
1 parent 6339e838

script para enviar para staging

Showing 1 changed file with 8 additions and 0 deletions   Show diff stats
envia-repo.sh 0 → 100755
... ... @@ -0,0 +1,8 @@
  1 +#!/bin/sh
  2 +
  3 +git push origin master
  4 +
  5 +git checkout staging
  6 +git pull origin staging
  7 +
  8 +git merge master
0 9 \ No newline at end of file
... ...