02 2022 档案
摘要:git fetch --all && git reset --hard origin/master && git pull 可以实现强制更新线上代码并覆盖本地代码的功能(备注:origin 是仓库地址的别名可以通过git remote -v 查看别名是啥,master是回退的分支名)
阅读全文
摘要:在org.eclipse.ui.menus下面增加一个menucontribution , locationURI 用 popup:org.eclipse.ui.popup.any?before=buildGroup 其中 before=xxx是来定义此菜单的位置的
阅读全文