{"id":22200452,"url":"https://github.com/iaseth/gitinit","last_synced_at":"2026-04-29T16:38:58.132Z","repository":{"id":201191069,"uuid":"707170259","full_name":"iaseth/gitinit","owner":"iaseth","description":"My gitconfig initial setup.","archived":false,"fork":false,"pushed_at":"2023-10-21T04:44:13.000Z","size":1,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-24T23:49:17.982Z","etag":null,"topics":["git","gitconfig","github","gitignore","gitinit","gitlab"],"latest_commit_sha":null,"homepage":"","language":"Batchfile","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/iaseth.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-10-19T11:09:39.000Z","updated_at":"2023-10-21T05:05:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"42efdb86-6430-4454-a367-9784b12290f2","html_url":"https://github.com/iaseth/gitinit","commit_stats":null,"previous_names":["iaseth/gitinit"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/iaseth/gitinit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iaseth%2Fgitinit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iaseth%2Fgitinit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iaseth%2Fgitinit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iaseth%2Fgitinit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iaseth","download_url":"https://codeload.github.com/iaseth/gitinit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iaseth%2Fgitinit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271129185,"owners_count":24703880,"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-08-19T02:00:09.176Z","response_time":63,"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":["git","gitconfig","github","gitignore","gitinit","gitlab"],"created_at":"2024-12-02T15:27:25.519Z","updated_at":"2026-04-29T16:38:58.085Z","avatar_url":"https://github.com/iaseth.png","language":"Batchfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"\r\n# gitinit\r\n\r\n* Set up my username and email:\r\n    ```\r\n    git config --global user.email \"iankurseth@gmail.com\"\r\n    git config --global user.name \"Ankur Seth\"\r\n    ```\r\n\r\n* Set up common aliases:\r\n    ```\r\n    git config --global alias.i init\r\n    git config --global alias.a add\r\n    git config --global alias.b branch\r\n\r\n    git config --global alias.co checkout\r\n    git config --global alias.cob \"checkout -b\"\r\n\r\n    git config --global alias.c commit\r\n    git config --global alias.cm \"commit -m\"\r\n\r\n    git config --global alias.d diff\r\n    git config --global alias.dc \"diff --cached\"\r\n    git config --global alias.ds \"diff --stat\"\r\n\r\n    git config --global alias.l log\r\n    git config --global alias.ll \"log --oneline\"\r\n    git config --global alias.last \"log -1 HEAD --stat\"\r\n\r\n    git config --global alias.s status\r\n\r\n    git config --global alias.ll pull\r\n    git config --global alias.p push\r\n    git config --global alias.p0 \"push -u origin master\"\r\n    ```\r\n\r\n* Set up other options:\r\n    ```\r\n    git config --global core.autocrlf false\r\n    git config --global init.defaultBranch master\r\n    ```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiaseth%2Fgitinit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiaseth%2Fgitinit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiaseth%2Fgitinit/lists"}