{"id":22151014,"url":"https://github.com/justcoded/git-extras","last_synced_at":"2025-03-24T13:20:45.978Z","repository":{"id":40298624,"uuid":"490295788","full_name":"justcoded/git-extras","owner":"justcoded","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-21T01:46:15.000Z","size":145,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-29T18:22:43.513Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/justcoded.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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-05-09T13:29:59.000Z","updated_at":"2025-01-21T01:45:09.000Z","dependencies_parsed_at":"2024-02-21T13:36:22.771Z","dependency_job_id":"5671d75c-4ce4-444e-98ed-1c85b01b1e93","html_url":"https://github.com/justcoded/git-extras","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justcoded%2Fgit-extras","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justcoded%2Fgit-extras/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justcoded%2Fgit-extras/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justcoded%2Fgit-extras/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/justcoded","download_url":"https://codeload.github.com/justcoded/git-extras/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245276093,"owners_count":20588895,"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":[],"created_at":"2024-12-02T00:29:44.966Z","updated_at":"2025-03-24T13:20:45.958Z","avatar_url":"https://github.com/justcoded.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Custom git commands\n\n## Requirements\n\n* make utility\n* sudo access to be able to complete the installation\n\n## Installation\n\n* Clone the repository to some folder\n* To install/update git extra commands just run\n\n```bash\nmake install\n```\n\n## Commands reference\n\n| Command                             | Description                                                                                                                                                  |\n|-------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `git browse`                        | Opens remote repository URL in browser. Taken from [git-extras](https://github.com/tj/git-extras).                                                           |\n| `git set-config`                    | Configures repository with default global filemode (or 'false' by default) and push strategy.                                                                |\n| `git set-gitflow`                   | Creates if not exists `develop`/`release` branches or sync them.                                                                                             |\n| `git jc-feature \u003cshortDescription\u003e` | Defines git branching flow (\"gitflow\" or \"feature branch\") and creates Feature branch from the right branch (develop or main/master)                         |\n| `git jc-hotfix \u003cshortDescription\u003e`  | Creates Hotfix branch from `main`/`master` branch.                                                                                                           |\n| `git lk-feature \u003cshortDescription\u003e` | Creates Feature branch from `release`.                                                                                                                       |\n| `git lk-epic \u003cshortDescription\u003e`    | Creates Epic branch from `release`.                                                                                                                          |\n| `git lk-hotfix \u003cshortDescription\u003e`  | Creates Hotfix branch from `main`/`master` branch.                                                                                                           |\n| `git delete-submodule`              | Deletes specified submodule. Taken from [git-extras](https://github.com/tj/git-extras).                                                                      |\n| `git code.check`                    | Check code in current or specified path. Usage: `git code.check` / `git code.check src/app tests`.                                                           |\n| `git code.fix`                      | Fix code in current or specified path. Usage: `git code.fix` / `git code.fix src/app tests`.                                                                 |\n| `git code.check.dirty`              | Check modified code in current or specified path. Usage: `git code.check.dirty` / `git code.check.dirty src/app tests`.                                      |\n| `git code.fix.dirty`                | Fix modified code in current or specified path. Usage: `git code.fix.dirty` / `git code.fix.dirty src/app tests`.                                            |\n| `git code.check.diff`               | Check modified code compared to specified branch in current or specified path. Usage: `git code.check.diff` / `git code.check.diff -b master src/app tests`. |\n| `git code.fix.diff`                 | Fix modified code compared to specified branch in current or specified path. Usage: `git code.fix.diff` / `git code.fix.diff -b master src/app tests`.       |\n| `git code.config.publish`           | Publish `ecs.php` config file to modify rules.                                                                                                               |\n| `git extras.update`                 | Update installed git-extras command.                                                                                                                         |\n| `git laravel.new \u003cname\u003e`            | Create new laravel project (beta).                                                                                                                           |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustcoded%2Fgit-extras","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjustcoded%2Fgit-extras","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustcoded%2Fgit-extras/lists"}