Created
February 27, 2019 12:19
-
-
Save nkzsdy/0f5dfe92dd5cdfeaf3e3fa63a520c4b2 to your computer and use it in GitHub Desktop.
gitのブランチ一覧からインタラクティブに選択してcheckoutする
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
function gpeco | |
if [ -e .git ] | |
git checkout (git branch | peco | tr -d " ") | |
else | |
echo "[ERROR]: .git is not found." | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment