{"id":16112870,"url":"https://github.com/jonathanmdr/gitcustomizedcommands","last_synced_at":"2026-05-05T18:36:49.413Z","repository":{"id":57973619,"uuid":"403432107","full_name":"jonathanmdr/GitCustomizedCommands","owner":"jonathanmdr","description":"Criando comandos customizados git","archived":false,"fork":false,"pushed_at":"2023-08-29T02:23:47.000Z","size":64,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-23T19:39:41.490Z","etag":null,"topics":["automated","automation","bash","bash-script","bash-scripting","devexperience","git","shell","shell-script","shell-scripting","shell-scripts","shellscript"],"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/jonathanmdr.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-09-05T23:19:35.000Z","updated_at":"2021-11-25T03:06:32.000Z","dependencies_parsed_at":"2024-10-31T23:34:19.031Z","dependency_job_id":null,"html_url":"https://github.com/jonathanmdr/GitCustomizedCommands","commit_stats":{"total_commits":86,"total_committers":3,"mean_commits":"28.666666666666668","dds":"0.023255813953488413","last_synced_commit":"e13d72146869317c2b2f0db78424066968bf5c0a"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jonathanmdr/GitCustomizedCommands","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanmdr%2FGitCustomizedCommands","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanmdr%2FGitCustomizedCommands/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanmdr%2FGitCustomizedCommands/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanmdr%2FGitCustomizedCommands/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jonathanmdr","download_url":"https://codeload.github.com/jonathanmdr/GitCustomizedCommands/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanmdr%2FGitCustomizedCommands/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32663422,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["automated","automation","bash","bash-script","bash-scripting","devexperience","git","shell","shell-script","shell-scripting","shell-scripts","shellscript"],"created_at":"2024-10-09T20:09:29.974Z","updated_at":"2026-05-05T18:36:49.389Z","avatar_url":"https://github.com/jonathanmdr.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Git Customized Commands\n\n[![CI](https://github.com/jonathanmdr/GitCustomizedCommands/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/jonathanmdr/GitCustomizedCommands/actions/workflows/ci.yml)\n[![CodeFactor](https://www.codefactor.io/repository/github/jonathanmdr/gitcustomizedcommands/badge)](https://www.codefactor.io/repository/github/jonathanmdr/gitcustomizedcommands)\n\nCriando comandos customizados `git` para facilitar e simplificar as atividades diárias de quem gosta de trabalhar com `git` via terminal.\n\n---\n\n## Como funciona:\n\nSão simples shell scripts que executam os comandos `git` internamente, reduzindo a verbosidade dos comandos de forma bem significativa.\n\n\u003e :warning: Os scripts foram testados em MacOS e distribuições Linux baseadas em Ubuntu.\n\nÉ recomendado que os scripts sejam armazenados em um diretório que esteja mapeado no `$PATH` como por exemplo o diretório `/usr/local/bin`.\n\n## Sobre os scripts:\n\nScript | Descrição\n--|--|\n`git-create-branch` | Cria um novo `branch` local baseado no `branch` atual, envia para o repositório remoto e faz um `checkout` no novo branch.\n`git-purge-branches` | Deleta todos os `branches` locais que já foram mergeados no repositório remoto, o script leva em consideração o nome do branch principal, podendo ser por exemplo `main` ou `master`, se não for fornecido nenhum nome, por padrão ele assume que seja `master`.\n`git-log-graph` | Exibe toda a árvore de `branches` com detalhamento dos `commits`, `users` e `merges` que foram realizados no repositório.\n\n### Como executar:\n\nCriando um novo branch:\n```sh\ngit create-branch \u003cnome-do-branch-que-deseja-criar\u003e\n```\n\nDeletando branches que já foram mergeados:\n```sh\ngit purge-branches master\n```\n\nExibindo a árvore do repositório com detalhes:\n```sh\ngit log-graph\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonathanmdr%2Fgitcustomizedcommands","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonathanmdr%2Fgitcustomizedcommands","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonathanmdr%2Fgitcustomizedcommands/lists"}