Showcase with proves of concept using cool tech
Testando git por linha de comando..
Validando problemas: Precisei fazer diversos comandos estranhos
1º Configurei user name e passwd
2º Configurei o proxy (sem usuário e senha)
$ git config --global http.proxy localhost:5865
3º Fiz um clone do repositorio
$ git clone https://github.com/lu4nation/poc-showcase.git
4º Alterei codigo
5º Criei um arquivo
6º Tive que fazer add nos 2
7º Tentei fazer commit com dry-run apareceram os 2 listados
8º o push não funcionou
9º usei o comando remote set-url para adicionar o meu username do git no repo
lu4nation@url/repo.git
10º coloquei a senha num prompt e funcionou!