git-new-branch $ gnb

Stop Naming Branches

Your brain shouldn't waste cycles on branch names.
Type gnb and get username/YYMMDD—done.

terminal
$ gnb
Created and switched to branch: user/251229
$ gnb ABC-123
Created and switched to branch: user/ABC-123
$ gnb fix login bug
Created and switched to branch: user/fix-login-bug
# existing branch? auto-suffix _2, _3...
curl -LsSf https://gnb.bfoos.net/install.sh | bash

Or with Rust: cargo install --git https://github.com/BrianSigafoos/git-new-branch