An open API service indexing awesome lists of open source software.

https://github.com/d12/startup-slam

Links and resources for my Startup Slam Talk
https://github.com/d12/startup-slam

Last synced: 5 months ago
JSON representation

Links and resources for my Startup Slam Talk

Awesome Lists containing this project

README

          

# Startup Slam 2018
Links and resources for my Startup Slam talk - Introuduction to Git and GitHub

## Resources

Slides: https://docs.google.com/presentation/d/1008fZau3Fn9OON5QGg3qFC_jwX6kyDnBLba6mKUTjec/edit?usp=sharing

Linux on GitHub: https://github.com/torvalds/linux

Git Visualizer: http://git-school.github.io/visualizing-git/

Download Git: https://git-scm.com/downloads

GitHub Desktop: https://desktop.github.com/

GitKraken: https://www.gitkraken.com/

GitHub Internships: https://internships.github.com/

Student Developer Pack: https://education.github.com/pack

Up for grabs issues https://up-for-grabs.net

Targeted Searching:
https://help.github.com/articles/searching-issues-and-pull-requests/

One Example Search:
[is:open is:issue sort:updated-desc label:"good first issue" label:"help wanted"](https://github.com/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aissue+sort%3Aupdated-desc+label%3A%22good+first+issue%22+label%3A%22help+wanted%22)