Skip to content

Instantly share code, notes, and snippets.

@simbafs
Created March 27, 2019 13:32
Show Gist options
  • Save simbafs/4bd76593b5f34deb9dd21c14f13a7ae0 to your computer and use it in GitHub Desktop.
Save simbafs/4bd76593b5f34deb9dd21c14f13a7ae0 to your computer and use it in GitHub Desktop.
Termux git 命令自動完成

依序輸入下列命令

cd ~
wget https://raw.githubusercontent.com/git/git/master/contrib/completion/git-completion.bash
echo ". git-completion.bash" >> .bashrc

參考來源

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment