├── README.md ├── personagens ├── planetas └── tiefighter.png /README.md: -------------------------------------------------------------------------------- 1 | # Git e contribuições para projetos open source 2 | 3 | O curso é voltado para iniciantes e aqueles que nunca tiveram contato com Git e Github. 4 | Aqueles que já possuem experiẽncia com Git também poderão estar aprendendo conceitos novos com o curso. 5 | 6 | 7 | Tempo estimado para o curso: 5 horas (video + exercícios) 8 | 9 | Professor: [Bruno Orlandi](https://github.com/BrOrlandi) 10 | 11 | ## Material 12 | Segue o link dos videos no YouTube e slides no Slideshare: 13 | 14 | - Aula 1 15 | - [Video](https://www.youtube.com/watch?v=Ahv6vPTZJqk) 16 | - [Slides](http://www.slideshare.net/BrunoOrlandi/aula-1-curso-git-e-github-webschool) 17 | - Aula 2 18 | - [Video](https://www.youtube.com/watch?v=o75s802bPuk) 19 | - [Slides](http://www.slideshare.net/BrunoOrlandi/aula-2-curso-git-e-github-webschool) 20 | - Aula 3 21 | - [Video](https://www.youtube.com/watch?v=CvfjAFaS6yM) 22 | - [Slides](http://www.slideshare.net/BrunoOrlandi/aula-3-curso-git-e-github-webschool) 23 | - Aula 4 24 | - [Video](https://www.youtube.com/watch?v=12Ep-xUV-oU) 25 | - [Slides](http://www.slideshare.net/BrunoOrlandi/aula-4-curso-git-e-github-webschool) 26 | - Aula 5 27 | - [Video](https://www.youtube.com/watch?v=C8rYPMGqNlo) 28 | - [Slides](http://www.slideshare.net/BrunoOrlandi/aula-5-curso-git-e-github-webschool) 29 | - Aula 6 30 | - [Video](https://www.youtube.com/watch?v=T5smm3pD-io) 31 | - [Slides](http://www.slideshare.net/BrunoOrlandi/aula-6-curso-git-e-github-webschool) 32 | 33 | ## Material complementar 34 | 35 | - Documentação oficial Git: https://git-scm.com/doc 36 | - Gerar chave SSH: https://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/ 37 | - GitHub Flow: https://guides.github.com/introduction/flow/ 38 | - Git Game: http://www.git-game.com/ 39 | - Mastering Issues no GitHub: https://guides.github.com/features/issues/ 40 | -------------------------------------------------------------------------------- /personagens: -------------------------------------------------------------------------------- 1 | Luke Skywalker 2 | Obi Wan Kenobi 3 | Master Yoda 4 | Leia Organa 5 | Chewbacca 6 | Han Solo 7 | Jabba the Hutt 8 | 9 | Rey 10 | Finn 11 | Kylo Ren 12 | Poe Dameron 13 | -------------------------------------------------------------------------------- /planetas: -------------------------------------------------------------------------------- 1 | Alderaan 2 | Coruscant 3 | Endor 4 | Tatooine 5 | Hoth 6 | Dantooine 7 | Jakku 8 | -------------------------------------------------------------------------------- /tiefighter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Webschool-io/Curso-Git-Github/fd672974824ed0121e2616f2288794f3fdd60e56/tiefighter.png --------------------------------------------------------------------------------