GitAlias / gitalias

Git alias commands for faster easier version control
2.45k stars 328 forks source link

Add git cob alias for checkout -b #101

Closed felipecrs closed 1 year ago

felipecrs commented 1 year ago

I truly use this all the time. However, I admit that I should probably be using git topic-begin a bit more instead.

Also, this PR fixes some broken links in the docs and adds some missing aliases to the indexes.

joelparkerhenderson commented 1 year ago

Super, thank you for the new one & also for the fix ups. Much obliged.

Yes git topic-branch is very handy once people get familiar with it; especially on teams, and especially for teams that extend it with their own additional workflow logic.