git tutorial
CtrlK
main
main
  • Introduction
  • Ferramentas de Controle de Versão
  • Git
  • Instalação
  • Configuração
  • Gerando chave ssh
  • Criando um novo projeto
  • Trabalhando em repositório existente
  • Adicionando arquivos
  • Visualizando área de staging
  • Removendo arquivos
  • Desfazendo mudanças
  • Ignorando arquivos
  • Registrando mudanças
  • Enviando mudanças
  • Recuperando mudanças
  • Incorporando mudanças
  • Resolvendo conflitos
  • Visualizando mudanças
  • Trabalhando com branches
  • Trabalhando com tags
  • Trabalhando com github
  • Modificando histórico
  • Exercicio
  • Referências
  • Cursos
  • Links úteis
Powered by GitBook
On this page

Was this helpful?

Referências

  • What is version control: https://www.atlassian.com/git/tutorials/what-is-version-control

  • Git: https://pt.wikipedia.org/wiki/Git

  • Pro Git: https://git-scm.com/book/en/v2

  • Git Glossary: https://git-scm.com/docs/gitglossary

  • Set default upstream for git repo: https://brycehipp.tech/git-set-default-upstream/

  • HTTPS vs SSH in git: https://ourtechroom.com/tech/https-vs-ssh-in-git/

  • Conectar-se ao GitHub com SSH: https://docs.github.com/pt/github/authenticating-to-github/connecting-to-github-with-ssh

  • Github Cheatlist: https://training.github.com/downloads/github-git-cheat-sheet/

  • Creating, cloning, and archiving repositories: https://docs.github.com/en/github/creating-cloning-and-archiving-repositories

  • About forks: https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/about-forks

  • Managing releases in a repository: https://docs.github.com/en/github/administering-a-repository/managing-releases-in-a-repository

PreviousExercicioNextCursos

Last updated 4 years ago

Was this helpful?