Last active
June 2, 2017 04:46
-
-
Save note103/d9b77b23140462e7cee52c0751dafdd3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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