Commit 73898f997107fa2bceb2363c55dc843cc003bbf2

Authored by Marco Antonio Konopacki
Committed by Theoziran Lima
1 parent 5e46dade

ajuste para qua ao setar a tag, seja excluído todas as alterações locais

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
scripts/set_tag.sh
... ... @@ -9,6 +9,7 @@ fi
9 9 function fetch_settag {
10 10  
11 11 git fetch --all
  12 + git reset HEAD --hard
12 13 git checkout $1
13 14  
14 15 }
... ...