arxanas / git-branchless

High-velocity, monorepo-scale workflow for Git
Apache License 2.0
3.38k stars 80 forks source link

[4/15] feat(git): export `GitErrorCode` from `repo` #1223

Closed arxanas closed 5 months ago

arxanas commented 5 months ago

Stack:


feat(git): export GitErrorCode from repo

So that we can call e.g. Repo::create_branch and ignore the error if the branch already exists.