Commit b25806830141556b99be73ba821d5dcf0f09d21a

Authored by Rafael Diego
2 parents 978b59fd 879e7785

Merge branch 'script-atualiza-repo'

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
... ...