{"id":21970599,"url":"https://github.com/kitimark/dx","last_synced_at":"2026-05-02T10:34:22.535Z","repository":{"id":257825554,"uuid":"867999417","full_name":"kitimark/dx","owner":"kitimark","description":"Improve development experience that's working in my cooperation development","archived":false,"fork":false,"pushed_at":"2025-01-11T21:59:52.000Z","size":37,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-28T02:26:28.065Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kitimark.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":"2024-10-05T07:52:34.000Z","updated_at":"2025-01-11T21:59:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"97cb29ad-d1fb-467d-bd2e-fba28f32525a","html_url":"https://github.com/kitimark/dx","commit_stats":null,"previous_names":["kitimark/dx"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitimark%2Fdx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitimark%2Fdx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitimark%2Fdx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitimark%2Fdx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kitimark","download_url":"https://codeload.github.com/kitimark/dx/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245031362,"owners_count":20549913,"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-11-29T14:40:58.618Z","updated_at":"2026-05-02T10:34:22.489Z","avatar_url":"https://github.com/kitimark.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DX\nImprove development experience that working in my cooperation development\n\n## Installation\n```bash\ngo install github.com/kitimark/dx/cmd/dx@latest\n```\n\n## Features\n\n### Help to deploy dev/beta branch\n```bash\n## Create new feature branch\ngit checkout -b feature\n\n## Make some change for example; file.go\n\n## Add files with git\ngit add file.go\n\n## Commit with dx on feature branch\ndx commit -m \"message\"\n\n## Sync change from feature into dev branch\ndx sync dev\n\n## Push change into origin/dev branch\ngit push origin dev\n```\n\n### Auto Resolve conflict\n\nFile types is supported to auto resolve conflict\n- go.sum\n- yarn.lock\n\n```bash\n## Try to rebase feature above main branch and then got code conflict\n## Or another actions that can got a code conflict\ngit rebase origin/main\n\n## Then got a conflict that \n## - go.sum is in these conflict\n##   - Resolve go.mod and *.go code first\n##   - Run dx resolve-conflict\n## - yarn.lock is in these conflict\n##   - Resolve package.json files first\n##   - Run dx resolve-conflict\ndx resolve-conflict\n```\n\n## Next features improvement\n- Sync mirror file to another repo\n  - Example: some protobuf files \n  - TBD\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkitimark%2Fdx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkitimark%2Fdx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkitimark%2Fdx/lists"}