Skip to main content

黑洞资源笔记

  1. Panel是一个适用于Python的高级应用程序和仪表板解决方案。Panel提供了一些工具,可轻松将小部件、绘图、表格和其他可视对象和控件组合到自定义分析工具、应用程序和仪表板中。| repo
  2. 这个强大的命令行工具ugit,可以消除你在Git中的错误。ugit是通用的“git undo”工具。| 详文

    Git 是源代码的”后悔药“,而 ugit 是 Git 操作的”后悔药“。

    Ugit 可能会撤消以下操作:

    git commit
    git add
    git push
    git branch -D
    git pull
    git reset
    git tag -d
    git stash apply
    git stash pop/drop/clear

    意外删除文件的操作:
    git merge
    git cherry-pick
    git tag This Powerful Command Line Tool Undoes Your Errors With Git