{"id":20479812,"url":"https://github.com/josefpihrt/gitalias","last_synced_at":"2025-04-13T13:32:49.141Z","repository":{"id":147942832,"uuid":"516378003","full_name":"josefpihrt/gitalias","owner":"josefpihrt","description":"Managed list of Git aliases","archived":false,"fork":false,"pushed_at":"2023-09-26T17:34:42.000Z","size":170,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T04:33:31.783Z","etag":null,"topics":["alias","git","git-cli","productivity"],"latest_commit_sha":null,"homepage":"https://josefpihrt.github.io/docs/gitalias/","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/josefpihrt.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2022-07-21T13:14:54.000Z","updated_at":"2023-10-25T01:46:24.000Z","dependencies_parsed_at":"2023-09-26T21:13:50.619Z","dependency_job_id":null,"html_url":"https://github.com/josefpihrt/gitalias","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josefpihrt%2Fgitalias","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josefpihrt%2Fgitalias/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josefpihrt%2Fgitalias/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josefpihrt%2Fgitalias/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/josefpihrt","download_url":"https://codeload.github.com/josefpihrt/gitalias/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248721176,"owners_count":21151059,"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":["alias","git","git-cli","productivity"],"created_at":"2024-11-15T15:47:57.625Z","updated_at":"2025-04-13T13:32:49.107Z","avatar_url":"https://github.com/josefpihrt.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gitalias \u003cimg align=\"left\" width=\"48px\" height=\"48px\" src=\"images/gitalias-logo-small.png\"\u003e\n\n## Summary\n\nEssential goal of Gitalias is to turns [git](https://git-scm.com/) command into shortest possible sequence of characters (an alias) where the alias does not have to be remembered but it can be mnemotechnically derived from the full command.\n\n## Documentation\n\nhttps://josefpihrt.github.io/docs/gitalias\n\n## Usage\n\n- Copy [list of aliases](https://raw.githubusercontent.com/JosefPihrt/gitalias/main/alias.gitconfig) and paste it to your [.gitconfig](https://git-scm.com/docs/git-config) file.\n\n### Usage Example\n\n#### Implement feature on a new branch\n```sh\ngit th                 # reset --hard\ngit sm                 # switch main\ngit l                  # pull\ngit sc feature/foo     # switch --create feature/foo\n                       # Implement feature ...\ngit aa                 # add --all\ngit cm \"Implement foo\" # commit --message \"Implement foo\"\n```\n\n#### Create and Merge PR\n\nUse GitHub CLI or web UI ...\n\n#### Clean feature branch\n```sh\ngit sm              # switch main\ngit l               # pull\ngit opo             # remote prune origin\ngit bdf feature/foo # branch --delete --force feature/foo\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosefpihrt%2Fgitalias","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjosefpihrt%2Fgitalias","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosefpihrt%2Fgitalias/lists"}