Skip to content

Instantly share code, notes, and snippets.

@note103
Last active June 2, 2017 04:46
Show Gist options
  • Save note103/d9b77b23140462e7cee52c0751dafdd3 to your computer and use it in GitHub Desktop.
Save note103/d9b77b23140462e7cee52c0751dafdd3 to your computer and use it in GitHub Desktop.
# requirements: cho
# https://github.com/mattn/cho
function gbs {
local dest=$(git branch | sed -e 's/ *//' | cho)
dest=${dest##\* } # 現在のブランチを選択した場合の処理
git checkout $dest
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment