kowainik / hit-on

:octocat: Kowainik Git Workflow Helper Tool
https://kowainik.github.io/projects/hit-on
Mozilla Public License 2.0
76 stars 13 forks source link

Replace dots with hyphens when guessing branch name #148

Closed chshersh closed 4 years ago

chshersh commented 4 years ago

Apparently, when a branch name ends with dot ., git checkout -b fails to create a branch. @vrom911 suggested replacing dots with dashes to avoid such problems.