{"id":16461742,"url":"https://github.com/muhammadzulhusni/git-testing","last_synced_at":"2025-10-09T19:12:22.303Z","repository":{"id":237568600,"uuid":"794771379","full_name":"MuhammadZulhusni/Git-Testing","owner":"MuhammadZulhusni","description":"This repo is meant to further strengthen my knowledge of git and help me track changes, try new ideas in branches and collaborate easily.","archived":false,"fork":false,"pushed_at":"2024-05-05T23:23:03.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-10T05:17:13.612Z","etag":null,"topics":["branch","commit","fork","git","learning-repository","merge","merge-conflicts","remote"],"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/MuhammadZulhusni.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":"2024-05-01T23:15:09.000Z","updated_at":"2024-12-19T17:08:09.000Z","dependencies_parsed_at":"2024-05-06T00:25:38.227Z","dependency_job_id":"1ac68abf-8b34-4bef-aa66-a767eff608b5","html_url":"https://github.com/MuhammadZulhusni/Git-Testing","commit_stats":null,"previous_names":["zulhusni2003/resolution","muhammadzulhusni/git-testing"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuhammadZulhusni%2FGit-Testing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuhammadZulhusni%2FGit-Testing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuhammadZulhusni%2FGit-Testing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuhammadZulhusni%2FGit-Testing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MuhammadZulhusni","download_url":"https://codeload.github.com/MuhammadZulhusni/Git-Testing/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240988883,"owners_count":19889585,"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":["branch","commit","fork","git","learning-repository","merge","merge-conflicts","remote"],"created_at":"2024-10-11T11:09:13.084Z","updated_at":"2025-10-09T19:12:17.248Z","avatar_url":"https://github.com/MuhammadZulhusni.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Git Learning Repository\n\nWelcome to the Git Learning Repository! This repository serves as a learning resource for understanding various Git concepts and workflows.\n\n## About Git\n\n### Commit\n\nA commit is a snapshot of changes made to the project files at a specific point in time. Each commit has a unique identifier (SHA-1 hash) and includes the author's name, email, timestamp, and a commit message describing the changes.\n\n### Branch\n\nA branch is a parallel line of development in a Git repository. It allows multiple developers to work on different features or fixes simultaneously without affecting the main codebase. Branches can be created, merged, and deleted as needed.\n\n### Fork\n\nA fork is a copy of a repository that allows you to experiment with changes without affecting the original project. Forking is commonly used for contributing to open-source projects, where you can make modifications in your fork and then submit a pull request to propose changes to the original repository.\n\n### Merge\n\nMerging is the process of combining changes from one branch into another. It is commonly used to integrate feature branches into the main codebase (e.g., merging a feature branch into the `main` branch). Git performs automatic merges when possible, but manual intervention may be required to resolve conflicts.\n\n### Pull Request\n\nA pull request (PR) is a mechanism for proposing changes to a repository on GitHub. It allows developers to review, discuss, and collaborate on code changes before merging them into the main branch. Pull requests typically include a summary of changes, related issues, and any additional context necessary for review.\n\n### Push Request\n\nA push request is a term sometimes used to describe the action of pushing changes from a local Git repository to a remote repository. Unlike a pull request, which is initiated by contributors to propose changes to a shared repository on platforms like GitHub, a push request is a unilateral action performed by a repository owner or contributor to update the contents of a remote repository.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuhammadzulhusni%2Fgit-testing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmuhammadzulhusni%2Fgit-testing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuhammadzulhusni%2Fgit-testing/lists"}