Git [Git] fatal: early EOF git config --global core.compression 0 git clone --depth 1 git fetch --unshallow git pull --all剪刀2016-07-17
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剪刀2016-03-31
Git [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:// )剪刀2016-03-01