{"id":18605321,"url":"https://github.com/kottans/git-course","last_synced_at":"2025-04-10T20:30:58.046Z","repository":{"id":47791499,"uuid":"197341214","full_name":"kottans/git-course","owner":"kottans","description":":octocat: A basic git and Linux bash CLI training","archived":false,"fork":false,"pushed_at":"2022-07-21T21:18:57.000Z","size":724,"stargazers_count":34,"open_issues_count":21,"forks_count":17,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-03-25T03:51:19.278Z","etag":null,"topics":["education","educational-resources","git","github","kottans","linux-cli","linux-shell"],"latest_commit_sha":null,"homepage":"https://kottans.org/git-course/","language":null,"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/kottans.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}},"created_at":"2019-07-17T07:46:53.000Z","updated_at":"2023-04-11T23:27:52.000Z","dependencies_parsed_at":"2022-09-24T08:40:39.961Z","dependency_job_id":null,"html_url":"https://github.com/kottans/git-course","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/kottans%2Fgit-course","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kottans%2Fgit-course/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kottans%2Fgit-course/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kottans%2Fgit-course/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kottans","download_url":"https://codeload.github.com/kottans/git-course/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248290019,"owners_count":21078923,"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":["education","educational-resources","git","github","kottans","linux-cli","linux-shell"],"created_at":"2024-11-07T02:20:53.547Z","updated_at":"2025-04-10T20:30:57.479Z","avatar_url":"https://github.com/kottans.png","language":null,"readme":"[![Kottans-Frontend][badge-kottans]][kottans-git]\n[![MIT Licensed][badge-mit]][license]\n![Entry level: beginner][badge-beginner]\n\n\u003cimg src=\"./img/git-banner-1020x175.png\" style=\"max-width: 100%; margin-left: auto; margin-right: auto;\" /\u003e\n\n# Git Course\n\nThis course is aimed at helping beginners in gaining basic yet minimally\nrequired proficiency with Git and Linux CLI.\n\nThe course is based on the materials from\n[kottans/frontend](https://github.com/kottans/frontend/blob/master/contents.md)\ncourse and is intended to complement any courses for beginners.\n\nMake sure you have [git](https://git-scm.com/downloads) installed on your machine.\n\n\u003c!-- START doctoc generated TOC please keep comment here to allow auto update --\u003e\n\u003c!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --\u003e\n## Table of Contents\n\n- [Course structure](#course-structure)\n- [Learning hints](#learning-hints)\n- [Extras](#extras)\n- [What's next?](#whats-next)\n\n\u003c!-- END doctoc generated TOC please keep comment here to allow auto update --\u003e\n\u003c!-- generated with [DocToc](https://github.com/thlorenz/doctoc) --\u003e\n\n## Course structure\n\nBelow is brief description of modules. You may skip any of the\nmodules whenever you feel confident with your skills a module\noffers to master (as described in each module's **Targets**\nsection).\n\nHowever, check the module contents and extra materials offered\ntherein before you decide to skip. You still may find something\nnew or useful.\n\n1. [**Linux CLI**](./modules/linux-cli.md) - \n   basic skills working with Linux command line\n   interface every developer needs to master\n1. [**Git Basics**](./modules/git-basics.md) - \n   basic Git skills: maintain your code portfolio\n   (`init, clone, add, commit, checkout, branch, merge, push, pull, fetch`)\n1. [**Contributing with Git**](./modules/git-collaboration.md) - \n   working with a shared code base\n   (remotes, sync up, revert changes, intro to GitHub)\n1. [**Git workflow and GitHub**](./modules/git-workflow-github.md) - \n   collaborate with others\n   efficiently minimizing code conflicts and delivering\n   working code\n   (issues, pull requests, code review, code conflict resolution)\n1. [**Git workshop**](./modules/git-workshop.md) - \n   have a hands-on experience in collaborating with other developers,\n   practising the most common collaboration cases. Bonus: tips and tricks\n\n## Learning hints\n\n\u003cdetails\u003e\u003csummary\u003eIssues with English? Click to unfold\u003c/summary\u003e\n\u003cp\u003e\n\nYou may resort to subtitles/closed captions and\nto auto-translated subtitles in particular if you feel\nit would help you to master the video course better.\n\n![youtube-CC-guide](./img/youtube-captions.png)\n\nEmploy Google Translate for textual materials.\n\n\u003c/p\u003e\n\u003c/details\u003e\n\n## Extras\n\nThe video below offers an intro to the course (RUS).\n\n[![youtube-course-intro](./img/youtube-intro.png)](https://youtu.be/jmb5YsACP5U)\n\n---\n\nIf you find any topic not sufficiently disclosed just let us know by adding\n[an issue](https://github.com/kottans/git-course/issues) with a proposal.\n   \n## What's next?\n\nHere we go! [Start with Linux CLI](./modules/linux-cli.md)\n\n---\n\n[badge-kottans]: https://img.shields.io/badge/%3D(%5E.%5E)%3D-git-yellow.svg\n[kottans-git]: https://github.com/kottans/git-course\n\n[badge-mit]: https://img.shields.io/badge/License-MIT-blue.svg\n[license]: https://github.com/kottans/git-course/blob/master/LICENSE.md\n\n[badge-beginner]: https://img.shields.io/badge/Entry%20level-beginner-brightgreen.svg\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkottans%2Fgit-course","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkottans%2Fgit-course","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkottans%2Fgit-course/lists"}