查看当前应用的包名:
adb shell
dumpsys activity | grep Focused
git: Your branch and 'origin/master' have diverged
如果不需要保留本地的修改,只要执行下面两步:
git fetch origin
-
git reset --hard origin/master
查看当前应用的包名:
adb shell
dumpsys activity | grep Focused
如果不需要保留本地的修改,只要执行下面两步:
git fetch origin
git reset --hard origin/master