Skip to main content

这个强大的命令行工具ugit,可以消除你在Git中的错误

  1. 这个强大的命令行工具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