Git archive of repository with uncommitted changes

前端 未结 9 877
旧时难觅i
旧时难觅i 2021-02-01 18:31

How can I create an archive of the current repository including local uncommitted changes using git archive?

9条回答
  •  耶瑟儿~
    2021-02-01 18:52

    If you haven't committed the changes, then git archive won't help you. If you just want a snapshot of your working area, tar is probably your best bet.

提交回复
热议问题