{"id":17280180,"url":"https://github.com/akuli/git-guide","last_synced_at":"2025-04-12T21:09:23.524Z","repository":{"id":50220632,"uuid":"369910861","full_name":"Akuli/git-guide","owner":"Akuli","description":"A practical guide to using git with github that hopefully doesn't suck.","archived":false,"fork":false,"pushed_at":"2023-01-21T23:31:13.000Z","size":436,"stargazers_count":7,"open_issues_count":20,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-12T21:09:19.948Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://akuli.github.io/git-guide/","language":"Mako","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/Akuli.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":"2021-05-22T21:42:34.000Z","updated_at":"2023-11-26T17:55:22.000Z","dependencies_parsed_at":"2023-02-12T13:10:11.536Z","dependency_job_id":null,"html_url":"https://github.com/Akuli/git-guide","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/Akuli%2Fgit-guide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akuli%2Fgit-guide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akuli%2Fgit-guide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akuli%2Fgit-guide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Akuli","download_url":"https://codeload.github.com/Akuli/git-guide/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248631676,"owners_count":21136562,"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-10-15T09:19:39.190Z","updated_at":"2025-04-12T21:09:23.498Z","avatar_url":"https://github.com/Akuli.png","language":"Mako","funding_links":[],"categories":[],"sub_categories":[],"readme":"# git-guide\n\n[Click here](https://akuli.github.io/git-guide/) to read this guide.\n\nThis is my attempt at writing a practical guide to using Git with GitHub.\nIdeally, the official Git documentation would be so good that this isn't necessary, but it sucks.\nThe goal for this guide is to not suck.\n\n\n## Developing\n\nYou most likely want to edit the files in `mako-templates/`.\nWhen you have changed something, run these commands (on Windows, `py` instead of `python3` and no `source`)\n\n```\n$ python3 -m venv env\n$ source env/bin/activate\n$ pip install -r requirements.txt\n$ python3 build.py\n```\n\nNow open `html/index.html` with your browser.\n\nIf you are using a Linux distro that has `apt`, you can use `loop.sh` to\nautomatically run `build.py` when something changes,\nalthough you will still need to refresh in the browser:\n\n```\n$ sudo apt install inotify-tools\n$ ./loop.sh\n```\n\nGitHub Actions spell checks all Mako templates when you make a pull request.\nIf the spell check complains about a word that you know you spelled correctly,\nadd the word to `spellcheck_exclude.txt`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakuli%2Fgit-guide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakuli%2Fgit-guide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakuli%2Fgit-guide/lists"}