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.
我在 GitHub 上提交了几个文件,但我只想在服务器上提取单个文件。我怎样才能使用 PuTTY 做到这一点?
git fetch git checkout -m revision -- the/file/you/want git add the/file/you/want git commit
签出您想要的文件并将其与当前文件合并
您可以通过此 URL 获取单个文件:
https://raw.github.com/USER/PROJECT/BRANCH/FILE