Commit b76205c1541ed797e3368bfb784ec506fd9acb69
1 parent
42c49641
Exists in
master
Instruções de instalação do Git
Showing
2 changed files
with
32 additions
and
2 deletions
Show diff stats
... | ... | @@ -0,0 +1,30 @@ |
1 | +1. Baixar e instalar o Git no seu computador no endereço: | |
2 | + | |
3 | +https://github.com/git-for-windows/git/releases/tag/v2.5.1.windows.1 | |
4 | + | |
5 | +2. Entrar no Git Bash | |
6 | + | |
7 | +3. Criar a sua chave para poder começar a comitar. | |
8 | + | |
9 | +ssh-keygen -t rsa -C "jmpinheiro@nexusbr.com" | |
10 | + | |
11 | +4. Abra agora a sua chave SSH | |
12 | + | |
13 | +notepad ~/.ssh/id_rsa.pub | |
14 | + | |
15 | +5. Copie para o portal a chave | |
16 | + | |
17 | +https://portal.softwarepublico.gov.br/gitlab/profile/keys | |
18 | + | |
19 | +6. Teste para ver se está funcionando | |
20 | + | |
21 | +ssh -T git@beta.softwarepublico.gov.br | |
22 | + | |
23 | + | |
24 | + | |
25 | + | |
26 | + | |
27 | + | |
28 | +Mais instruções em: | |
29 | + | |
30 | +https://portal.softwarepublico.gov.br/social/spb/como-cadastrar-a-chave-ssh-para-a-utilizacao-do-ambiente-colaborativo-de-desenvolvimento-de-codigo-fonte-utilizando-o-windows | |
0 | 31 | \ No newline at end of file | ... | ... |
README.md
1 | -# Backlog Self Reading | |
1 | +# Backlog Self Reading | |
2 | 2 | |
3 | 3 | - Acesso via matrícula as funcionalidades de leitura |
4 | 4 | - Leitura para identificação do hidrômetro |
... | ... | @@ -17,4 +17,4 @@ |
17 | 17 | - cadastrar débito automático (matrícula, informações bancárias) |
18 | 18 | - notificações* |
19 | 19 | - Quem fez a leitura (Consultar Imóvel) |
20 | -- parametrizar os imóveis liberados para a leitura (condomínio, medição água/poço) | |
20 | +- Parametrizar os imóveis liberados para a leitura (condomínio, medição água/poço) | ... | ... |