【问题标题】:How to copy full source without opening raw(bitbucket)如何在不打开 raw(bitbucket) 的情况下复制完整源代码
【发布时间】:2016-05-02 03:06:54
【问题描述】:

是否有任何快捷方式可以在不选择查看raw file option 的情况下从bitbucket file 复制整个源代码?

【问题讨论】:

    标签: git repository bitbucket


    【解决方案1】:

    您可以尝试使用archive the remote repo for one file,使用git archive --remote

    git archive --remote=ssh://host/pathto/repo.git HEAD README.md | tar -xO
    

    【讨论】:

    • 浏览器有快捷键吗??
    • @Abhilash 我不知道。
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2021-09-08
    • 1970-01-01
    • 1970-01-01
    • 2016-04-02
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多