Commit 6339e83839285500d2a12bbc5f90b342bcbcfc76

Authored by Rafael Diego
1 parent 96534877

script para atualizar o master e staging rapidamente

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