{"id":16810508,"url":"https://github.com/mrhwick/gitconfig","last_synced_at":"2026-02-05T08:01:38.015Z","repository":{"id":18221141,"uuid":"21360386","full_name":"mrhwick/gitconfig","owner":"mrhwick","description":null,"archived":false,"fork":false,"pushed_at":"2017-07-10T15:24:39.000Z","size":7,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-21T08:03:13.394Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/mrhwick.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}},"created_at":"2014-06-30T17:49:40.000Z","updated_at":"2018-06-01T15:01:01.000Z","dependencies_parsed_at":"2022-07-26T02:31:54.925Z","dependency_job_id":null,"html_url":"https://github.com/mrhwick/gitconfig","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mrhwick/gitconfig","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrhwick%2Fgitconfig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrhwick%2Fgitconfig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrhwick%2Fgitconfig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrhwick%2Fgitconfig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrhwick","download_url":"https://codeload.github.com/mrhwick/gitconfig/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrhwick%2Fgitconfig/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29116450,"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-10-13T10:15:40.706Z","updated_at":"2026-02-05T08:01:37.999Z","avatar_url":"https://github.com/mrhwick.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hardwick's Git Configuration\n\nThese are my dark magic aliases that I prefer when I am using git.\n\n\n### Installation\n\n```bash\ngit clone https://github.com/mrhwick/gitconfig.git\ncd gitconfig\ncat gitconfig \u003e\u003e ~/.gitconfig\n```\n\nEdit the user information to match your actual email and name.\n\nReload your terminal, and your Git client will have discovered the new aliased commands.\n\n### Usage\n\nCommon commands are shortened:\n\n```bash\n# git commit\ngit ci\n\n# git status -s (shortened)\ngit st\n\n# git checkout\ngit co\n\n# git add\ngit a\n\n# git add -p (patch mode)\ngit ap\n```\n\nSome helper command scripts are included for common workflows:\n\n```bash\n# Checkout the 'dev' branch and pull the latest code from remote named 'upstream'\ngit rst\n\n# Checkout a new branch that clones the current branch and prefix the given name with 'feature/'\ngit feat my-new-thing\nSwitched to a new branch 'feature/my-new-thing'\n\n# Checkout a new branch that clones the current branch and prefix the given name with 'hotfix/'\ngit fix my-hot-repair\nSwitched to a new branch 'hotfix/my-hot-repair'\n\n# Push the current branch commits to the same branch on the remote named origin\ngit up\n\n# Pull the latest commits from the current branch down from the remote named origin\ngit down\n\n# Pull the latest commits from the current branch down from the remote named upstream.\ngit reload\n\n# Delete all branches that have been merged into the latest commit on the current branch, excluding 'master', 'dev', 'staging', and 'qa'.\ngit delete-merged-branches\n```\n\nSome useful git log viewer command aliases are included:\n\n```bash\n# Show compact log information with pretty-formatted commit messages, branch name pointers, and authors.\ngit ls\n```\n![image](https://cloud.githubusercontent.com/assets/865759/15545550/b6079498-226a-11e6-97f6-a1584f739681.png)\n\n```bash\n# Show cozy log information with file changes and number of lines added/removed.\ngit ll\n```\n![image](https://cloud.githubusercontent.com/assets/865759/15545571/cf662f6c-226a-11e6-84f8-1260a93e5cc3.png)\n\n```bash\n# Show expanded log information with most useful information included.\ngit ld\n```\n![image](https://cloud.githubusercontent.com/assets/865759/15545592/ea7add7a-226a-11e6-8569-2e3293cfb5a4.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrhwick%2Fgitconfig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrhwick%2Fgitconfig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrhwick%2Fgitconfig/lists"}