git tutorial
search
⌘Ctrlk
git tutorial
  • 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
gitbookPowered by GitBook
block-quoteOn this pagechevron-down

Referências

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

  • Git: https://pt.wikipedia.org/wiki/Gitarrow-up-right

  • Pro Git: https://git-scm.com/book/en/v2arrow-up-right

  • Git Glossary: https://git-scm.com/docs/gitglossaryarrow-up-right

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

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

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

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

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

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

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

PreviousExerciciochevron-leftNextCursoschevron-right

Last updated 4 years ago