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.
获取特定构建版本的整个 repo 的语法和命令是什么?
我正在使用适用于 Windows 的 Git Bash,并正在尝试获取 popcorn-js 存储库的版本 [#1290]。
您可以在此处获取最新的克隆:
$ git clone git://github.com/mozilla/popcorn-js
但我想获得以前的版本。
我努力了:
$ git revert #1290 git://github.com/mozilla/popcorn-js
但我找不到语法。
$ git clone git://github.com/mozilla/popcorn-js $ cd popcorn-js $ git checkout 35c805dab6a9ee39a75391a7d5476d306e3c4a86
#1290