You are on page 1of 1

//Apagar branch remotas

git push --delete origin release/eSaniagro_Versao_Homologacao_6_0_3_2


//Apagar brach local
git branch -D release/eSaniagro_Versao_Homologacao_6_0_3_1

criar branch
git checkout -b release/10.0.0.1
git push --set-upstream origin release/10.0.0.1

//Guarar temporariamente as altera��es


git stash
git stash list
git stash pop{0}
git stash pop stash@{0}

trovar url servidor


git remote set-url origin http://tfs.sgi.ms.gov.br/tfs/Global/CSIS-G05/_git/CIADE/
git remote -v

http://tfs.sgi.ms.gov.br/tfs/Global/IAGRO/_git/CIADE/
git remote set-url origin http://tfs.sgi.ms.gov.br/tfs/Global/CSIS-G05/_git/Banco
%20de%20Dados/

You might also like