初始化
git init
克隆
git clone 地址
切换分支
-- 先查看commit
git reflog
-- 切换commit
git reset --hard commitID
暴利push
git push --force 地址
Spark性能调优经验总结
Spark金典例题