{"id":19552694,"url":"https://github.com/pwang1997/git-command-config","last_synced_at":"2026-02-05T05:31:45.009Z","repository":{"id":164950304,"uuid":"587690771","full_name":"pwang1997/git-command-config","owner":"pwang1997","description":"Some git configs that relief your git life","archived":false,"fork":false,"pushed_at":"2024-03-12T22:39:20.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-13T17:49:36.665Z","etag":null,"topics":[],"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/pwang1997.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-01-11T10:58:17.000Z","updated_at":"2024-03-12T22:28:24.000Z","dependencies_parsed_at":"2024-03-12T23:49:37.247Z","dependency_job_id":null,"html_url":"https://github.com/pwang1997/git-command-config","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pwang1997/git-command-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pwang1997%2Fgit-command-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pwang1997%2Fgit-command-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pwang1997%2Fgit-command-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pwang1997%2Fgit-command-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pwang1997","download_url":"https://codeload.github.com/pwang1997/git-command-config/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pwang1997%2Fgit-command-config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29113596,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T05:31:32.482Z","status":"ssl_error","status_checked_at":"2026-02-05T05:31:29.075Z","response_time":65,"last_error":"SSL_read: 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":[],"created_at":"2024-11-11T04:19:21.654Z","updated_at":"2026-02-05T05:31:44.996Z","avatar_url":"https://github.com/pwang1997.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# git-command-config\n\n#### Checking existing config\n```\ngit config --global --list\n```\n\n#### Editing git config\n```\ngit config --global --edit\n```\n\n#### Here is some configs I am currently using:\n```\n# From git config --global --list\nalias.co=checkout # git checkout =\u003e git co\nalias.aa=add . # git add . =\u003e git add\nalias.cam=commit --amend # git commit --amend \"message\" =\u003e git cam \"message\"\nalias.cm=commit -m # git commit -m \"message\" =\u003e git cm \"message\"\nalias.ss=status # git status =\u003e git ss\nalias.cg=config --global # git config --global =\u003e git cg\nalias.prune-remote=fetch --prune # git fetch --prune =\u003e git prune-remote\n```\n\n```\n# From git config --global --edit\n[alias]\n        co = checkout\n        aa = add .\n        cam = commit --amend\n        cm = commit -m\n        ss = status\n        cg = config --global\n        prune-remote = fetch --prune\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpwang1997%2Fgit-command-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpwang1997%2Fgit-command-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpwang1997%2Fgit-command-config/lists"}