{"id":18475273,"url":"https://github.com/alessandroargentieri/git-aliases","last_synced_at":"2026-04-14T23:31:23.299Z","repository":{"id":43077975,"uuid":"510662309","full_name":"alessandroargentieri/git-aliases","owner":"alessandroargentieri","description":"Stunning git aliases collected in years of crazy terminal git usage!","archived":false,"fork":false,"pushed_at":"2025-03-25T12:46:03.000Z","size":70,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-13T14:50:50.620Z","etag":null,"topics":["bash","git"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/alessandroargentieri.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,"zenodo":null}},"created_at":"2022-07-05T09:06:02.000Z","updated_at":"2025-03-25T12:46:06.000Z","dependencies_parsed_at":"2024-11-06T10:49:43.815Z","dependency_job_id":"05fe156a-4988-472d-987c-21746db35b3e","html_url":"https://github.com/alessandroargentieri/git-aliases","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alessandroargentieri/git-aliases","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alessandroargentieri%2Fgit-aliases","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alessandroargentieri%2Fgit-aliases/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alessandroargentieri%2Fgit-aliases/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alessandroargentieri%2Fgit-aliases/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alessandroargentieri","download_url":"https://codeload.github.com/alessandroargentieri/git-aliases/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alessandroargentieri%2Fgit-aliases/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31819717,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T18:05:02.291Z","status":"ssl_error","status_checked_at":"2026-04-14T18:05:01.765Z","response_time":153,"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":["bash","git"],"created_at":"2024-11-06T10:33:57.352Z","updated_at":"2026-04-14T23:31:23.283Z","avatar_url":"https://github.com/alessandroargentieri.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Git aliases\n\n```text\n ▄▄▄▄▄▄▄ ▄▄▄ ▄▄▄▄▄▄▄    ▄▄▄▄▄▄▄ ▄▄▄     ▄▄▄ ▄▄▄▄▄▄ ▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄ \n█       █   █       █  █       █   █   █   █      █       █       █       █\n█   ▄▄▄▄█   █▄     ▄█  █   ▄   █   █   █   █  ▄   █  ▄▄▄▄▄█    ▄▄▄█  ▄▄▄▄▄█\n█  █  ▄▄█   █ █   █    █  █▄█  █   █   █   █ █▄█  █ █▄▄▄▄▄█   █▄▄▄█ █▄▄▄▄▄ \n█  █ █  █   █ █   █    █       █   █▄▄▄█   █      █▄▄▄▄▄  █    ▄▄▄█▄▄▄▄▄  █\n█  █▄▄█ █   █ █   █    █   ▄   █       █   █  ▄   █▄▄▄▄▄█ █   █▄▄▄ ▄▄▄▄▄█ █\n█▄▄▄▄▄▄▄█▄▄▄█ █▄▄▄█    █▄▄█ █▄▄█▄▄▄▄▄▄▄█▄▄▄█▄█ █▄▄█▄▄▄▄▄▄▄█▄▄▄▄▄▄▄█▄▄▄▄▄▄▄█\n```\n\nA series of stunning git aliases to improve your productivity while using git with your terminal.\n\n## Install the aliases\n\n### Prerequisites\n\nThe pre-requisites to install the git aliases are:\n- having [git](\"https://git-scm.com/\") installed (of course!)\n- have [curl](\"https://curl.se\") installed\n\n### Install\n\nTo install the git aliases proceed with:\n\n```bash\n$ curl -s 'https://raw.githubusercontent.com/alessandroargentieri/git-aliases/main/install.sh' | bash\n```\n\n### Enjoy!\n\nYou can take advantage of the git aliases!\n\n```bash\n# checkout on a branch you partially remember the name!\n$ git checkabout oauth2\nSwitched to branch feature/DASH-123_implementing-oauth2-on-rest-services\n\n# check which commits your local branch is behind the remote one!\n$ git behind\n1068a729b fix on login service\n8fb60506a update dependencies\n\n# add only modified files (not untracked ones)!\n$ git addmod\n\n# stage tracked and untracked files with a message!\n$ git wip 'oauth2-wip'\n\n# re-apply the changes based on the message!\n$ git wip-apply 'oauth2-wip'\n\n# get the latest semantic versioning tag\n$ git lasttag\nv1.2.3\n\n# push force a remote branch into another (new or existing) WITHOUT cloning it locally!\n$ git remote2remote feature1 feature1-backup\n\n# ... and many more...\n```\n\n## Documentation\n\nTo understand which aliases are available and how to use them, check the comments in the `install.sh` file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falessandroargentieri%2Fgit-aliases","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falessandroargentieri%2Fgit-aliases","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falessandroargentieri%2Fgit-aliases/lists"}