Subir projeto no Github pelo Eclipse
Atualizacao de senha
Criar uma conta no GitHub
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
https://github.comComandos do GitHub:
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
https://gist.github.com/leocomelli/2545add34e4fec21ec16Para instalar o GitHub pelo terminal do Eclipse:
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
Para abrir o terminal:
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
Clicar com o botão direito no projeto
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
Show in local terminal
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
Terminal
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
Será aberto o terminal, onde digitaremos os comandos.
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
Comando para instalar.
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
Configurações globais do Git na máquina. Faça o login e insira a sua senha.Criar o repositorio no site do GitHub
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
-
Anotar o endereço do repositório criado
-
Abrir o projeto no terminal
3.1. Clicar no projeto com o botão direito
3.2. Show in
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
Terminal
-
Digitar os seguintes comandos:
Comando |
Descrição |
git init |
Torna a pasta Projeto um repositório |
git add . (git espaço ponto) |
Adicionar arquivos ao repositorio |
git add Readme.md |
Para criar o arquivo Readme.md exatamente como no comando ao lado |
git commit -m "Iniciando as transações" |
Realiza o commit dos arquivos adicionados |
git remote add origin https://github.com/seu_login/nome_do_projeto.git |
Acessa o Repositório |
git push -u origin master |
faz upload do projeto para o repositorio |
|
Digitar seu login |
|
Digitar sua senha |
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
MAS SEEEE… atualizou o projeto…
- Conferir no repositorio se os arquivos subiram
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
Para o versionamento: (exemplo)
1ª versão do projeto (início - 20-07-2020)
- git init
- git add .
- git commit -m "primeira versão"
2ª versão (houve alguma modificação - 21-07-2020)
- git add .
- git commit -m "segunda versao"
3ª versão (houve outra modificação - 22-07-2020)
- git add .
- git commit -m "segunda versao"
Visualizar os commits do projeto
Voltar (Escolher) a versão
- git checkout xxxx(numero da versao)
Voltar (Escolher) a versão mais atual