https://github.com/jogendra/start-with-open-source
All the resources you need for starting with Open Source and Version control system Git.
https://github.com/jogendra/start-with-open-source
Last synced: 9 months ago
JSON representation
All the resources you need for starting with Open Source and Version control system Git.
- Host: GitHub
- URL: https://github.com/jogendra/start-with-open-source
- Owner: jogendra
- License: mit
- Created: 2019-10-02T17:30:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-16T09:38:08.000Z (about 6 years ago)
- Last Synced: 2025-02-09T18:26:35.508Z (11 months ago)
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
## Resources for getting started with open source
### Online Text Resources
* Atlassian git tutorial by atlassian (https://www.atlassian.com/git/tutorials)
* Git Magic by standford.edu (http://www-cs-students.stanford.edu/~blynn/gitmagic/)
* Git Handbook by github (https://guides.github.com/introduction/git-handbook/)
* First timers only by firsttimersonly.com (https://www.firsttimersonly.com/)
* An Introduction to Open Source (https://www.digitalocean.com/community/tutorial_series/an-introduction-to-open-source)
### Video Resources
* [Git & GitHub Crash Course For Beginners by Traversy Media](https://www.youtube.com/watch?v=SWYqp7iY_Tc)
* [Git Tutorial for Beginners by Telusko](https://www.youtube.com/watch?v=WbwIoQYP6no)
* [Git Tutorial for Beginners: Command-Line Fundamentals by Corey Schafer](https://www.youtube.com/watch?v=HVsySz-h9r4)
### Workshops
### Books
* Pro Git (https://git-scm.com/book/pt-br/v2)