{"id":24514646,"url":"https://github.com/nisanth2004/git_learn","last_synced_at":"2026-04-02T01:03:15.212Z","repository":{"id":263268650,"uuid":"883142132","full_name":"Nisanth2004/Git_Learn","owner":"Nisanth2004","description":"This repository covers essential Git commands and workflows, from initializing a repo to managing branches and resolving conflicts. ","archived":false,"fork":false,"pushed_at":"2024-11-17T12:52:28.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-30T07:48:27.726Z","etag":null,"topics":["company","control","git","github","it","java","spring","springboot","system","version"],"latest_commit_sha":null,"homepage":"","language":"Java","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/Nisanth2004.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-11-04T12:59:54.000Z","updated_at":"2024-11-17T12:52:32.000Z","dependencies_parsed_at":"2024-11-17T13:25:53.017Z","dependency_job_id":"459829aa-eec5-497a-a9c2-1c24bef8d92c","html_url":"https://github.com/Nisanth2004/Git_Learn","commit_stats":null,"previous_names":["nisanth2004/git_learn"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Nisanth2004/Git_Learn","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nisanth2004%2FGit_Learn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nisanth2004%2FGit_Learn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nisanth2004%2FGit_Learn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nisanth2004%2FGit_Learn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Nisanth2004","download_url":"https://codeload.github.com/Nisanth2004/Git_Learn/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nisanth2004%2FGit_Learn/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273947584,"owners_count":25196391,"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","status":"online","status_checked_at":"2025-09-06T02:00:13.247Z","response_time":2576,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["company","control","git","github","it","java","spring","springboot","system","version"],"created_at":"2025-01-22T01:14:03.032Z","updated_at":"2025-12-30T21:29:02.180Z","avatar_url":"https://github.com/Nisanth2004.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Basic Git Commands\n\n```bash\n# Initialize Repository\ngit init\n\n# Clone Repository\ngit clone \u003crepository-url\u003e\n\n# Stage Changes\ngit add \u003cfile\u003e         # Stage a specific file\ngit add .              # Stage all changes\n\n# Commit Changes\ngit commit -m \"commit message\"\n\n# Check Status\ngit status\n\n# View Commit History\ngit log\n\n# Branch Management\ngit branch                   # List all branches\ngit branch \u003cbranch-name\u003e     # Create a new branch\n\n# Switch Branch\ngit checkout \u003cbranch-name\u003e\n\n# Merge Branch\ngit merge \u003cbranch-name\u003e\n\n# Pull from Remote\ngit pull\n\n# Push to Remote\ngit push\n\n# View Remote Repositories\ngit remote -v\n\n# Stash Changes\ngit stash\n\n# Reset\ngit reset --hard             # Discards all changes in the working directory\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnisanth2004%2Fgit_learn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnisanth2004%2Fgit_learn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnisanth2004%2Fgit_learn/lists"}