Git常用命令记录

checkout remote branch git fetch origin && git checkout --track origin/branch_name 检查某个key被哪个repo使用 ssh more ...