{"id":13605621,"url":"https://github.com/Jahenr/CheatSheets","last_synced_at":"2025-04-12T05:33:59.818Z","repository":{"id":41533663,"uuid":"418893241","full_name":"Jahenr/CheatSheets","owner":"Jahenr","description":"Cheat Sheets for many well know systems. Featured on https://github.com/szabgab/awesome-for-non-programmers","archived":false,"fork":false,"pushed_at":"2024-06-06T10:24:17.000Z","size":456,"stargazers_count":80,"open_issues_count":0,"forks_count":149,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-08-02T19:38:03.799Z","etag":null,"topics":["begginer-friendly","beginner-project","chill","community","documentation","documentation-tool","first-timers-friendly","git","markdown","open-source"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Jahenr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2021-10-19T11:24:31.000Z","updated_at":"2024-07-28T07:06:34.000Z","dependencies_parsed_at":"2024-04-23T10:26:36.412Z","dependency_job_id":"5e216ae9-4d74-4b2d-ae69-b823c90fd6d4","html_url":"https://github.com/Jahenr/CheatSheets","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/Jahenr%2FCheatSheets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jahenr%2FCheatSheets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jahenr%2FCheatSheets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jahenr%2FCheatSheets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jahenr","download_url":"https://codeload.github.com/Jahenr/CheatSheets/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223497966,"owners_count":17155228,"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":["begginer-friendly","beginner-project","chill","community","documentation","documentation-tool","first-timers-friendly","git","markdown","open-source"],"created_at":"2024-08-01T19:01:00.861Z","updated_at":"2024-11-07T10:30:58.127Z","avatar_url":"https://github.com/Jahenr.png","language":null,"funding_links":[],"categories":["The projects","open-source"],"sub_categories":[],"readme":"# CheatSheets\n\nThis repo is small project that is a central place for the most common commands used for systems we may use in work/projects.\n\nIt can allow new starters to contribute to projects on Github and get used to Git tools and commands.\n\nYou don't really need any coding experience as this is more of a documentation project, so no stress. Please feel free to contribute anytime you can, its appreciated.\n\nI am still learning about Github and Git myself and want to get involved more within the open source community, so please feel free to give any advice or recommendations via an issue request.\n\n---\n\nTo add stuff to this repo it is best to fork this repo, git clone your fork of the repo, create a branch and make changes, push them to your fork and then open a PR.\n\nHigh level Steps include:\n\n1. [Fork the repo and git clone your fork](https://docs.github.com/en/get-started/quickstart/contributing-to-projects)\n2. [Create your branch](https://www.atlassian.com/git/tutorials/using-branches)\n3. [Make your changes and commit them with a quick message of what was added](https://www.atlassian.com/git/tutorials/saving-changes/git-commit)\n4. Push your changes and branch to your forked repo\n5. [Open a PR so your changes can be reviewed and merged into the main project](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request)\n\nThe changes will be reviewed and if all is well, merged into master.\n\n**Tip**: Remember to add the main project as upstream and do a `git pull` or `fetch` to keep your local fork up to date with the main project, before you commit and push any changes to your forked version ready for a PR.\n\nHere is [a handy guide with more detail for clarity](https://stefanbauer.me/articles/how-to-keep-your-git-fork-up-to-date)\n\n---\n\nPlease have a search (`ctrl + f`) to see if the categories/commands or options have already been added, please do not duplicate already added entries. If possible try to group similar bundles of commands with each other.\n\nThe structure should be as followed.\n\nCategory or sub category:\n\n```bash\n    # Quick explanation of command\n    \tCommand\n```\n\ne.g\n\nLinux:\n\n```bash\n    # List files and Directories.\n    \tls\n    \t\t#Options include.\n    \t\t\t-l = List\n    \t\t\t-h = Human readable file/directory size\n    \t\t\tetc\n\n\n    # List files in a list, shows file size in human readable format and shows hidden files.\n    \tls -lha\n```\n\nLooking at the example above the category/sub category name ends in a colon, then the command description is indented 1 tab (_8 Spaces_) below. The command itself is then indented 2 tabs (_16 Spaces_), the options title if applicable is indented 3 tabs (_24 Spaces_) and the options themselves indented 4 tabs (_32 Spaces_).\n\nThis is how the layout should be for the listed commands etc., please follow the same structure throughout each cheat sheet.\n\nThank you and have fun 😉\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJahenr%2FCheatSheets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FJahenr%2FCheatSheets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJahenr%2FCheatSheets/lists"}