summaryrefslogtreecommitdiffhomepage
path: root/pt-br
diff options
context:
space:
mode:
authorMarcel Ribeiro-Dantas <marcel.ribeiro-dantas@curie.fr>2022-07-17 14:08:59 +0200
committerMarcel Ribeiro-Dantas <mribeirodantas@hey.com>2022-07-17 14:09:52 +0200
commit9a41ca68284888ac1e028d43ce68537c1575febd (patch)
treeec13a91e34785b07e6671e9cac51f4a4ca890271 /pt-br
parent8b2845de57b3eca86dc4dc3cd167f6196e760ad0 (diff)
Update further information section
Diffstat (limited to 'pt-br')
-rw-r--r--pt-br/git-pt.html.markdown18
1 files changed, 16 insertions, 2 deletions
diff --git a/pt-br/git-pt.html.markdown b/pt-br/git-pt.html.markdown
index 5f6814ad..34d302d7 100644
--- a/pt-br/git-pt.html.markdown
+++ b/pt-br/git-pt.html.markdown
@@ -503,9 +503,15 @@ $ git rm HelloWorld.c
$ git rm /pather/to/the/file/HelloWorld.c
```
-## Informação complementar (EN)
+## Leitura complementar
-* [tryGit - A fun interactive way to learn Git.](http://try.github.io/levels/1/challenges/1)
+* [Configurar o Git (GitHub Docs)](https://docs.github.com/pt/get-started/quickstart/set-up-git)
+
+* [Learn Git Branching - the most visual and interactive way to learn Git on the web](http://learngitbranching.js.org/)
+
+* [Udemy Git Tutorial: A Comprehensive Guide](https://blog.udemy.com/git-tutorial-a-comprehensive-guide/)
+
+* [Git Immersion - A Guided tour that walks through the fundamentals of git](http://gitimmersion.com/)
* [git-scm - Video Tutorials](http://git-scm.com/videos)
@@ -514,3 +520,11 @@ $ git rm /pather/to/the/file/HelloWorld.c
* [Atlassian Git - Tutorials & Workflows](https://www.atlassian.com/git/)
* [SalesForce Cheat Sheet](https://na1.salesforce.com/help/doc/en/salesforce_git_developer_cheatsheet.pdf)
+
+* [Git - the simple guide](http://rogerdudler.github.io/git-guide/index.html)
+
+* [Pro Git (em Português)](https://www.git-scm.com/book/pt-br/v2)
+
+* [An introduction to Git and GitHub for Beginners (Tutorial)](http://product.hubspot.com/blog/git-and-github-tutorial-for-beginners)
+
+* [The New Boston tutorial to Git covering basic commands and workflow](https://www.youtube.com/playlist?list=PL6gx4Cwl9DGAKWClAD_iKpNC0bGHxGhcx)