{"id":25073628,"url":"https://github.com/marifervl/gitpracticeplayground","last_synced_at":"2026-04-21T16:06:40.214Z","repository":{"id":171719304,"uuid":"648274803","full_name":"MariferVL/GitPracticePlayground","owner":"MariferVL","description":"A collaborative repository designed to help our classmate strengthen her Git and GitHub skills. This interactive space encourages continuous updates, fostering an environment where she can practice various interactions, contributions, and leverage her collaborator role effectively. Join in to boost your own version control expertise!","archived":false,"fork":false,"pushed_at":"2023-06-14T18:14:43.000Z","size":195,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-02T11:52:01.378Z","etag":null,"topics":["git","github","practice","skills"],"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/MariferVL.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,"publiccode":null,"codemeta":null}},"created_at":"2023-06-01T15:36:14.000Z","updated_at":"2023-06-02T02:02:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"d83f3e15-b2a0-40e7-880e-22bfb98f9010","html_url":"https://github.com/MariferVL/GitPracticePlayground","commit_stats":null,"previous_names":["marifervl/practicayesscolab","marifervl/gitpracticeplayground"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MariferVL/GitPracticePlayground","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MariferVL%2FGitPracticePlayground","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MariferVL%2FGitPracticePlayground/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MariferVL%2FGitPracticePlayground/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MariferVL%2FGitPracticePlayground/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MariferVL","download_url":"https://codeload.github.com/MariferVL/GitPracticePlayground/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MariferVL%2FGitPracticePlayground/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32099232,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T11:25:29.218Z","status":"ssl_error","status_checked_at":"2026-04-21T11:25:28.499Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["git","github","practice","skills"],"created_at":"2025-02-06T23:29:17.902Z","updated_at":"2026-04-21T16:06:40.198Z","avatar_url":"https://github.com/MariferVL.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Git and GitHub Learning Repository\n\nWelcome to the Git and GitHub Learning Repository! This repository has been created to help our classmate improve her skills in using Git and GitHub effectively. Here, you'll find various exercises and resources to practice and learn the basics of version control and collaboration using Git and GitHub.\n\n## Getting Started\n\nTo get started with this repository, follow the steps below:\n\n1. **Fork** this repository: Click on the \"Fork\" button at the top-right corner of this page to create a copy of this repository in your GitHub account.\n\n2. **Clone** the repository: Once you've forked the repository, clone it to your local machine using the following command in your terminal:\n```\ngit clone https://github.com/your-username/git-learning-repo.git\n```\n\n3. **Create a branch**: Before starting any exercises, create a new branch to work on using the following command:\n```\ngit checkout -b your-branch-name\n```\n\n4. **Explore and practice**: Inside the repository, you'll find exercises and resources organized in separate directories. Each directory will contain a README file explaining the exercise or topic. Read the instructions carefully, and follow along to practice the concepts.\n\n5. **Commit and push**: As you complete each exercise or make changes, commit your work using the following commands:\n```\ngit add .\ngit commit -m \"Add a concise commit message describing your changes\"\ngit push origin your-branch-name\n```\n\n6. **Submit your changes**: After completing an exercise or making changes, submit your work by creating a pull request (PR) from your branch to the main repository. Your changes will be reviewed, and feedback or suggestions may be provided.\n\n## Contributing\n\nIf you have any exercises, examples, or resources that could be helpful to our classmate's learning journey, feel free to contribute! Follow the steps below:\n\n1. Fork this repository.\n\n2. Make your changes or additions in your forked repository.\n\n3. Create a pull request (PR) from your forked repository to the main repository. Provide a concise description of your changes or additions.\n\n4. Your PR will be reviewed, and once approved, your changes will be merged into the main repository.\n\n## Resources\n\nHere are some additional resources to help you learn more about Git and GitHub:\n\n- [Official Git Documentation](https://git-scm.com/doc)\n- [GitHub Learning Lab](https://lab.github.com/)\n- [Atlassian Git Tutorials](https://www.atlassian.com/git/tutorials)\n- [Git Handbook by GitHub](https://guides.github.com/introduction/git-handbook/)\n\n## License\n\nThis repository is licensed under the [MIT License](LICENSE.md). Feel free to use, modify, and distribute the code and resources for learning purposes.\n\n## Contact\n\nIf you have any questions, suggestions, or feedback, please feel free to reach out to [MariferVL](https://github.com/MariferVL) via GitHub.\n\nHappy learning and happy coding!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarifervl%2Fgitpracticeplayground","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarifervl%2Fgitpracticeplayground","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarifervl%2Fgitpracticeplayground/lists"}