常用git指令
git clone <git_url> -b <分支名> 指定目录 # clone specified branch to specified directory
git fetch --all && git reset --hard origin/master #recover to specified remote branch
git clone <git_url> -b <分支名> 指定目录 # clone specified branch to specified directory
git fetch --all && git reset --hard origin/master #recover to specified remote branch