{"id":21096433,"url":"https://github.com/githubtraining/caption-this-rwnfoo-test","last_synced_at":"2025-05-16T16:30:36.237Z","repository":{"id":68761158,"uuid":"357376005","full_name":"githubtraining/caption-this-rwnfoo-test","owner":"githubtraining","description":null,"archived":true,"fork":false,"pushed_at":"2021-04-13T01:37:42.000Z","size":2302,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-14T07:21:23.514Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/githubtraining.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-04-13T00:22:51.000Z","updated_at":"2024-01-22T16:25:46.000Z","dependencies_parsed_at":"2023-04-14T12:53:33.665Z","dependency_job_id":null,"html_url":"https://github.com/githubtraining/caption-this-rwnfoo-test","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/githubtraining%2Fcaption-this-rwnfoo-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/githubtraining%2Fcaption-this-rwnfoo-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/githubtraining%2Fcaption-this-rwnfoo-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/githubtraining%2Fcaption-this-rwnfoo-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/githubtraining","download_url":"https://codeload.github.com/githubtraining/caption-this-rwnfoo-test/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254567238,"owners_count":22092733,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-19T22:36:46.999Z","updated_at":"2025-05-16T16:30:36.232Z","avatar_url":"https://github.com/githubtraining.png","language":"HTML","readme":"# GitHub for Developers\n\n- Class Date: THIS-DATE\n- Facilitator: @TEACHER-HANDLE\n\n## Talk to Us!!\n\nIf you have a question, or need assistance during class, **please create an issue and mention @TEACHER-HANDLE**.\n\n## Give Us Feedback\n\nPlease take a moment to complete the class survey at: SURVEY-LINK\n\n## Scripts for Adding Files\n\n- **Bash:** `for d in {1..6}; do touch file$d.md; git add file$d.md; git commit -m \"adding file $d\"; done`\n- **PowerShell:** `for ($d=1; $d -le 6; $d++) { Out-File file$d.md; git add file$d.md; git commit -m \"adding file$d.md\"; }`\n\n## Class Resources\n\n- [GitHub for Developers Manual](https://githubtraining.github.io/training-manual/#/)\n- [Introduction to GitHub Flow](https://guides.github.com/introduction/flow/)\n\n### 👇🔗 Click the dropdown menu below for the class URLs 🔗 👇\n\n\u003cdetails\u003e\n\n\u003csummary\u003eMore helpful links including videos, cheat sheets, and visualization tools\u003c/summary\u003e\n\n#### Git\n\n- [Git Cheat Sheet](https://github.github.com/training-kit/downloads/github-git-cheat-sheet.pdf)\n- [git-scm](https://git-scm.com)\n- [Git Katas](https://github.com/praqma-training/gitkatas)\n- [Git Aliases](https://haacked.com/archive/2014/07/28/github-flow-aliases/)\n- [Visuals of Helpful Git Commands](https://dev.to/lydiahallie/cs-visualized-useful-git-commands-37p1)\n\n#### Review materials \u0026 visualization\n\n- [Review videos](https://www.youtube.com/playlist?list=PLg7s6cbtAD16Pgp6WIVfX4VsGI-xyWkMz)\n- [GitSchool - Visualizing Git](http://git-school.github.io/visualizing-git/)\n- [Visualizing Git Concepts with D3](https://onlywei.github.io/explain-git-with-d3/)\n- [Git Viz](https://peleke.github.io/git-viz/)\n- [Git Graph Extension for VS Code](https://marketplace.visualstudio.com/items?itemName=mhutchie.git-graph)\n- [LearnGitBranching](http://learngitbranching.js.org/?NODEMO)\n\n#### GitHub Documentation and Help\n\n- [GitHub Webcasts](https://resources.github.com/webcasts/)\n- [Authentication Troubleshooting Guide](https://help.github.com/categories/authenticating-to-github/)\n- [GitHub Help Documentation](https://help.github.com/)\n- [GitHub Enterprise Documentation](https://help.github.com/enterprise/)\n- [Enterprise Support](https://enterprise.github.com/support)\n\n#### Git and IDEs Webcasts\n\n- [GitHub and Visual Studio](https://resources.github.com/webcasts/GitHub-and-Visual-Studio/)\n- [GitHub and IntelliJ IDEs](https://resources.github.com/webcasts/GitHub-and-Intellij-IDEs/)\n- [GitHub and Atom.io](https://resources.github.com/webcasts/GitHub-and-Atom/)\n- [GitHub and Xcode](https://resources.github.com/webcasts/GitHub-and-Xcode/)\n- [GitHub and Eclipse](https://resources.github.com/webcasts/GitHub-and-Eclipse/)\n- [GitHub and GitHub Desktop](https://resources.github.com/webcasts/GitHub-and-GitHub-desktop/)\n- [GitHub and GitKraken](https://youtu.be/awzPi1XLPnU)\n\n\u003c/details\u003e\n\n### What's Next?\n\nAfter you have completed this course, you are probably wondering where to go from here:\n\n- [GitHub Learning Lab](https://lab.github.com/): self paced courses with instant bot-assisted feedback.\n- [Join the open source community](https://github.com/open-source)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgithubtraining%2Fcaption-this-rwnfoo-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgithubtraining%2Fcaption-this-rwnfoo-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgithubtraining%2Fcaption-this-rwnfoo-test/lists"}