Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我开始使用 Codenvy 的云 IDE 之一。
它似乎是云IDE中最好的一个,但我仍然发现一些麻烦,比如git命令。 我想签出一个我意识到时更改错误的文件, 但我什至找不到正常的git checkout方法——即使使用 shell,git 命令也非常有限。
git checkout
我也在这里查看了关于 git 的文档,但没有找到。
请问有人遇到过这个问题吗?
签出只有一个文件是:
git checkout -- path/to/your/file
这将重置其内容。如果 Codenvy 有一个允许 git 命令的 shell,那将是一种方法。