After a couple of tutorials, most of the problems are best solved by using google and/or searching stackexchange for solutions.
Version control software and online version control
- https://github.com/ (online version, popular version)
- https://git-scm.com/downloads (local version)
- https://bitbucket.org (alternative version of github, with free 5 private repo)
Tutorials
- http://gitimmersion.com/
- https://githowto.com/ (similar to git immersion)
- https://git-scm.com/doc (official documentation)
- https://www.codecademy.com/en/courses/learn-git
- https://try.github.io/levels/1/challenges/1
- http://rogerdudler.github.io/git-guide/
- http://www.learnenough.com/git-tutorial
- http://www.tutorialspoint.com/git/
- https://guides.github.com/activities/hello-world/
- http://readwrite.com/2013/09/30/understanding-github-a-journey-for-beginners-part-1
No comments:
Post a Comment