ohmybash / oh-my-bash

A delightful community-driven framework for managing your bash configuration, and an auto-update tool so that makes it easy to keep up with the latest updates from the community.
https://ohmybash.github.io
MIT License
5.54k stars 626 forks source link

adding alias gbsc='git branch --show-current' #482

Closed dulhaver closed 9 months ago

dulhaver commented 9 months ago

It looks like there wasn't any alias for git branch --show-current yet.

This comes in handy for operations like git push origin $(git branch --show-current)

akinomyoga commented 9 months ago

I also added changes from the upstream OMZ.

akinomyoga commented 9 months ago

Merged. Thank you!