{"id":19574766,"url":"https://github.com/ipanardian/gobranch","last_synced_at":"2025-04-27T06:30:39.234Z","repository":{"id":57712753,"uuid":"145282683","full_name":"ipanardian/GoBranch","owner":"ipanardian","description":"A command line app to help you quickly creating git branch without hassle steps.","archived":false,"fork":false,"pushed_at":"2021-10-19T15:57:55.000Z","size":26,"stargazers_count":5,"open_issues_count":2,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-04T21:51:09.246Z","etag":null,"topics":["branching","cli","command-line-app","git","go","golang","hacktoberfest","interactive"],"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/ipanardian.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-08-19T07:34:06.000Z","updated_at":"2023-03-30T09:29:06.000Z","dependencies_parsed_at":"2022-09-26T21:30:47.583Z","dependency_job_id":null,"html_url":"https://github.com/ipanardian/GoBranch","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipanardian%2FGoBranch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipanardian%2FGoBranch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipanardian%2FGoBranch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipanardian%2FGoBranch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ipanardian","download_url":"https://codeload.github.com/ipanardian/GoBranch/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251098462,"owners_count":21536069,"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":["branching","cli","command-line-app","git","go","golang","hacktoberfest","interactive"],"created_at":"2024-11-11T06:43:51.877Z","updated_at":"2025-04-27T06:30:38.999Z","avatar_url":"https://github.com/ipanardian.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GoBranch\n[![Go Report Card](https://goreportcard.com/badge/github.com/ipanardian/GoBranch)](https://goreportcard.com/report/github.com/ipanardian/GoBranch) \n[![Release](https://img.shields.io/badge/release-v0.0.0.2-orange.svg)](https://github.com/ipanardian/gobranch/releases)\n[![Status](https://img.shields.io/badge/status-beta-green.svg)](https://github.com/ipanardian/gobranch/releases)\n[![Go](https://img.shields.io/badge/go-v1.10.x-blue.svg)](https://gitter.im/ipanardian/gobranch)\n[![GitHub license](https://img.shields.io/badge/license-MIT-red.svg)](https://github.com/ipanardian/GoBranch/blob/master/LICENSE)\n\n\n\nA command line app to help you quickly creating git branch without hassle steps.\n\n#### THIS CLI APP IS NOT WORKING NEED TO BE UPDATED\n\n## Usage\n```\n$ GoBranch\n```\n![gobranch](https://user-images.githubusercontent.com/415225/44306664-cc81b880-a3bd-11e8-878f-73bc0551bfca.gif)\n\n## Features\n* You don't need to type a valid branch name\n* You don't need to checkout to the base branch\n* You don't need to git pull the base branch\n* Automatic prefixes such as feature, enhance, bugfix, hotfix, release\n* Prevent the selected base branch from being wrong\n* Custom base branch\n* Custom naming conventions\n\n## Requirements\n* Git\n\n## Installation with Go\n```\n$ go get github.com/ipanardian/GoBranch\n```\n\n## Update GoBranch\n```\n$ go get -u github.com/ipanardian/GoBranch\n```\n\n## Installation executable file only\n- Open the [release](https://github.com/ipanardian/GoBranch/releases) section\n- Download binary files that match with your operating system (OS)\n- Change the name to \"GoBranch\" or \"GoBranch.exe\" for windows\n- add it to your ***$PATH*** environment variable, so you can run it from any location on the command line\n- On mac copy to /usr/local/bin\n- Then sudo chmod +x /usr/local/bin/GoBranch\n\n## Naming Conventions\n```\n$ GoBranch --tc \"/\" --nc \"snake\"\n//output: feature/abcd_efgh \n\n$ GoBranch --tc \"-\" --nc \"kebab\"\n//output: feature-abcd-efgh\n\n//Default: feature/abcd_efgh \n```\n\n## Branch Tree\nThe following is a branch of the GoBranch tree, you must have a branch **development** and **hotfix**, unless you choose **custom** then there is no need to follow this diagram.\n```\n -- master\n -- staging\n    |-- development\n    |   |-- feature/{name}\n    |   |-- enhance/{name}\n    |   |-- bugfix/{name}\n    |   `-- test/{name}\n    `-- hotfix\n        `-- hot/{name}\n-- production\n```\n\n## Flags\n```\n//Show help\n$ GoBranch --help or -h\n\n//Show version\n$ GoBranch --version or -v\n\n//Set type convention\n$ GoBranch --tc /\n//output: feature/{branch}\n\n//Set naming convention\n$ GoBranch --nc kebab\n//output: branch-name\n```\n\n## License\nThe MIT License (MIT)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fipanardian%2Fgobranch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fipanardian%2Fgobranch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fipanardian%2Fgobranch/lists"}