{"id":25522681,"url":"https://github.com/zeeshandev15/git--github","last_synced_at":"2025-12-26T14:30:11.168Z","repository":{"id":247030891,"uuid":"824847014","full_name":"zeeshandev15/git--github","owner":"zeeshandev15","description":"Git is a version control system that tracks changes in code. Developers use it to manage and collaborate on their code. GitHub is a cloud-based platform that hosts Git repositories. It is primarily used for code hosting, version control, collaboration, and project management.","archived":false,"fork":false,"pushed_at":"2024-10-11T18:02:26.000Z","size":147,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-11T16:43:50.712Z","etag":null,"topics":["best-practices","branching-and-merging","collaborating-with-git","getting-started-with-git","git-configuration-and-setup","git-repositories","github-actions-and-ci-cd","introduction-to-github","introduction-to-version-control","project-management-with-github","resolve-merge-conflicts"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/zeeshandev15.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-07-06T05:39:35.000Z","updated_at":"2024-10-11T17:58:20.000Z","dependencies_parsed_at":"2024-07-06T07:28:09.284Z","dependency_job_id":"a5d1e73b-f9b6-465b-973f-ff69862bf8c8","html_url":"https://github.com/zeeshandev15/git--github","commit_stats":null,"previous_names":["hi-dear-486/git--github","zeeshan-develop/git--github","zeeshandev15/git--github"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeeshandev15%2Fgit--github","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeeshandev15%2Fgit--github/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeeshandev15%2Fgit--github/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeeshandev15%2Fgit--github/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zeeshandev15","download_url":"https://codeload.github.com/zeeshandev15/git--github/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239711784,"owners_count":19684674,"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":["best-practices","branching-and-merging","collaborating-with-git","getting-started-with-git","git-configuration-and-setup","git-repositories","github-actions-and-ci-cd","introduction-to-github","introduction-to-version-control","project-management-with-github","resolve-merge-conflicts"],"created_at":"2025-02-19T18:28:30.673Z","updated_at":"2025-12-26T14:30:11.120Z","avatar_url":"https://github.com/zeeshandev15.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003ch4\u003estep 1: git installation to verify (git --version)\u003c/h4\u003e\n\n\u003ch4\u003estep 2: configure git with username and email\u003c/h4\u003e\n* git config --global user.name \"Muhammad Zeeshan\" \n\u003cbr\u003e\n* git config --global user.email \"fullstackdeveloper486@gmail.com\"\n\u003cbr\u003e\n* git config --list\n\n\u003ch4\u003estep 3: how to create git repo (hidden repo) ?\u003c/h4\u003e\n* Answer git init\n\n\u003ch4\u003ehow to check the hidden file like ./git?\u003c/h4\u003e\n* Answer: ls -la\n\n\u003ch4\u003estep 4: git status\u003c/h4\u003e\n\n* Viewing Modified Files\n* Untracked Files\n  \n\u003ch4\u003estep 5: git add .\u003c/h4\u003e\n* Track all files\n\n\u003ch4\u003estep 6: git commit -m \"some message\"\u003c/h4\u003e\n* describe changing\n\n\u003ch4\u003estep 7: git log\u003c/h4\u003e\n* History of commits\n\n\u003ch4\u003estep 8: create github repo\u003c/h4\u003e\n\u003ch4\u003estep 9: git remote add origin git@github.com:Hi-Dear-486/git--github.git \u003c/h4\u003e\n  Answer:     local repo link with  remote repo\n\u003ch4\u003estep 10: git remote -v\u003c/h4\u003e\nAnswer:    verify remote     \n\u003ch4\u003estep 9: git branch -M \u003cnewbranchname\u003e \u003c/h4\u003e\nAnswer:     renaming branch \n\u003ch4\u003estep 10:git push -u origin main  \u003c/h4\u003e\nAnswer:         local repo content -\u003eremote repo\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeeshandev15%2Fgit--github","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzeeshandev15%2Fgit--github","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeeshandev15%2Fgit--github/lists"}