{"id":18116811,"url":"https://github.com/malopolese/git-alias","last_synced_at":"2025-04-06T10:26:11.172Z","repository":{"id":114294346,"uuid":"431911788","full_name":"MaloPolese/git-alias","owner":"MaloPolese","description":"A useful list of git aliases.","archived":false,"fork":false,"pushed_at":"2021-12-04T23:55:30.000Z","size":0,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-12T15:54:31.438Z","etag":null,"topics":["git","gitaliases"],"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/MaloPolese.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":"2021-11-25T16:32:52.000Z","updated_at":"2021-12-10T08:51:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"dc5b66a6-7960-44fd-a248-6bb72bdbd41c","html_url":"https://github.com/MaloPolese/git-alias","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/MaloPolese%2Fgit-alias","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaloPolese%2Fgit-alias/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaloPolese%2Fgit-alias/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaloPolese%2Fgit-alias/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MaloPolese","download_url":"https://codeload.github.com/MaloPolese/git-alias/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247466372,"owners_count":20943375,"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":["git","gitaliases"],"created_at":"2024-11-01T04:15:10.390Z","updated_at":"2025-04-06T10:26:11.167Z","avatar_url":"https://github.com/MaloPolese.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Description\n\nA useful list of git aliases.\n\n# Usage\n\nShortcut for `git checkout`.\n\n```bash\n$ git ck\n```\n\nShortcut for `git status`.\n\n```bash\n$ git st\n```\n\nDisplays the last commit in detail.\n\n```bash\n$ git last\n```\n\nDisplays the commit history in a graphical way.\n\n```bash\n$ git hist\n```\n\nDisplay all branches in a more pretty way.\n\n```bash\n$ git br\n```\n\nShortcut for `git fetch`.\n\n```bash\n git $f\n```\n\nCombination of `git add .` and `git commit -m`.\n\n```bash\n$ git ac \u003cmessage\u003e\n```\n\nCombination of `git add .` and `git commit --amend`.\n\n```bash\n$ git amend\n```\n\nCombination of `git add .` and `git commit --amend --no-edit`.\n\n```bash\n$ git noedit\n```\n\nClear all not staged changes.\n\n```bash\n$ git clear\n```\n\nShortcut for `git push`.\n\n```bash\n$ git p\n```\n\nDisplay logs in a more pretty way.\n\n```bash\n$ git lg\n```\n\nAllows push without triggering the CI.\n\n```bash\n$ git skipci\n```\n\n## About me\n\n- Author - [Malo Polese](https://www.linkedin.com/in/malo-polese/)\n- Website - [malo-polese.fr](https://malo-polese.fr/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmalopolese%2Fgit-alias","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmalopolese%2Fgit-alias","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmalopolese%2Fgit-alias/lists"}