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
- Host: GitHub
- URL: https://github.com/d12/startup-slam
- Owner: d12
- Created: 2018-09-22T17:55:38.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-02T20:54:32.000Z (over 7 years ago)
- Last Synced: 2025-02-12T15:18:04.310Z (over 1 year ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)