Important : Commit your current changes
git rm -r --cached .
git add .
git commit -m "file tracking - changed"
[url]https://stackoverflow.com/questions/29386242/android-studio-gitignore-wont-ignore-iml[/url]
git fetch -p 整理本地保存的远端情况,远端已删除的分支,本地也删除
git push --force 如果本地不是远端最新的,强行覆盖
git branch --set-upstream-to=origin/<remote_branch> local_branch 给本地分支设置远端分支
git rm -r --cached .
git add .
git commit -m "file tracking - changed"
[url]https://stackoverflow.com/questions/29386242/android-studio-gitignore-wont-ignore-iml[/url]
git fetch -p 整理本地保存的远端情况,远端已删除的分支,本地也删除
git push --force 如果本地不是远端最新的,强行覆盖
git branch --set-upstream-to=origin/<remote_branch> local_branch 给本地分支设置远端分支