分類 Git

[Git] Install bash auto completion

brew install bash-completion echo "" >> ~/.bash_profile echo "#Git Completion" >> ~/.bash_profile echo ""[ -f ~/.git-completion.sh ] && . ~/.git-completion.sh" >> ~/.bash_profile

[Git] Bitbucket SSH Key Setting

Mac Overview
1. Generate SSH Key 2. Copy & Paste the rsa key to Bitbucket 3. Open SourceTree or other tools to clone ( start with git:// )