https://github.com/githubtraining/caption-this-lab-template
https://github.com/githubtraining/caption-this-lab-template
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/githubtraining/caption-this-lab-template
- Owner: githubtraining
- License: mit
- Created: 2019-03-26T15:08:34.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-07-22T03:01:34.000Z (over 3 years ago)
- Last Synced: 2023-05-22T10:55:15.671Z (over 2 years ago)
- Language: HTML
- Homepage:
- Size: 2.19 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub for Developers
- Class Date: THIS-DATE
- Facilitator: @TEACHER-HANDLE
## Talk to Us!!
If you have a question, or need assistance during class, **please create an issue and mention @TEACHER-HANDLE**.
## Give Us Feedback
Please take a moment to complete the class survey at: SURVEY-LINK.
## Scripts for Adding Files
- **Bash:** `for d in {1..6}; do touch file$d.md; git add file$d.md; git commit -m "adding file $d"; done`
- **PowerShell:** `for ($d=1; $d -le 6;$d++) { touch file$d.md; git add file$d.md; git commit -m "adding file$d.md";}`
## Class Resources
- [GitHub for Developers Manual](https://githubtraining.github.io/training-manual/#/)
- [Introduction to GitHub Flow](https://guides.github.com/introduction/flow/)
### 👇🔗 Click the dropdown menu below for the class URLs 🔗 👇
More helpful links including videos, cheat sheets, and visualization tools
#### Git
- [Git Cheat Sheets](https://services.github.com/on-demand/downloads/github-git-cheat-sheet.pdf)
- [git-scm](https://git-scm.com)
- [Git Katas](https://github.com/praqma-training/gitkatas)
- [Git Aliases](https://haacked.com/archive/2014/07/28/github-flow-aliases/)
#### Review materials & visualization
- [Review videos](https://www.youtube.com/playlist?list=PLg7s6cbtAD16Pgp6WIVfX4VsGI-xyWkMz)
- [GitSchool - Visualizing Git](http://git-school.github.io/visualizing-git/)
- [LearnGitBranching](http://learngitbranching.js.org/?NODEMO)
#### GitHub Documentation and Help
- [GitHub Webcasts](https://resources.github.com/webcasts/)
- [Authentication Troubleshooting Guide](https://help.github.com/categories/authenticating-to-github/)
- [GitHub Help Documentation](https://help.github.com/)
- [GitHub Enterprise Documentation](https://help.github.com/enterprise/2.12/)
- [Enterprise Support](https://enterprise.github.com/support)
#### Git and IDEs Webcasts
- [GitHub and Visual Studio](https://resources.github.com/webcasts/GitHub-and-Visual-Studio/)
- [GitHub and IntelliJ IDEs](https://resources.github.com/webcasts/GitHub-and-Intellij-IDEs/)
- [GitHub and Atom.io](https://resources.github.com/webcasts/GitHub-and-Atom/)
- [GitHub and Xcode](https://resources.github.com/webcasts/GitHub-and-Xcode/)
- [GitHub and Eclipse](https://resources.github.com/webcasts/GitHub-and-Eclipse/)
- [GitHub and GitHub Desktop](https://resources.github.com/webcasts/GitHub-and-GitHub-desktop/)
- [GitHub and GitKraken](https://youtu.be/awzPi1XLPnU)
#### Class Images
- [Git Configuration Levels](https://services.github.com/on-demand/images/config-levels.jpg)
- [The Two Stage Commit](https://services.github.com/on-demand/images/two-stage-commit-a.jpg)
- [Reset Modes](https://services.github.com/on-demand/images/reset-modes.jpg)
### What's Next?
After you have completed this course, you are probably wondering where to go from here:
- [GitHub Learning Lab](https://lab.github.com/): self paced courses with instant bot-assisted feedback.
- [Join the open source community](https://github.com/open-source)