gpt4 book ai didi

windows - 使用 git-bash 保护 .git 文件

转载 作者:可可西里 更新时间:2023-11-01 10:12:40 26 4
gpt4 key购买 nike

我正在尝试使用 https://github.com/mgrp/django-distill 将 Django 网站变成静态网站.我正在将静态文件输出到

/e/ENVS/STATIC/static1

在我的 win10 本地系统上。当我进行更改时,我想覆盖所有非 stash 文件,包括 .git 目录、提交并将更改推送到我的 github 存储库以进行部署。不幸的是,蒸馏项目覆盖了整个目录,删除了 .git/ 文件。我试图用

保护 git 文件
$ chmod -R 707 .git/ 

使用 git-bash,但输出如下:

drwxr-xr-x 1 me 197121     0 Oct 21 14:35 ./
drwxr-xr-x 1 me 197121 0 Oct 20 17:11 ../
drwxr-xr-x 1 me 197121 0 Oct 21 14:35 .git/
drwxr-xr-x 1 me 197121 0 Oct 21 14:36 .idea/
-rw-r--r-- 1 me 197121 9963 Oct 21 15:02 agreement.html
-rw-r--r-- 1 me 197121 17 Oct 21 15:02 contact.html
-rw-r--r-- 1 me 197121 14027 Oct 21 15:02 documents.html
-rw-r--r-- 1 me 197121 17048 Oct 21 15:02 form.html
-rw-r--r-- 1 me 197121 11060 Oct 21 15:02 index.html
-rw-r--r-- 1 me 197121 4921 Oct 21 15:02 slideshow.html
drwxr-xr-x 1 me 197121 0 Oct 21 15:02 static/

如何打开和关闭 .git/ 目录的写入权限?

最佳答案

您可以将 .git/ 文件夹移到别处。

每当你需要处理那个 repo 时,设置 the environment variables :

GIT_DIR=/path/to/saved/.git
GIT_WORK_TREE=/where/your/.git/was

即使您的部署过程覆盖了所有内容,您也可以在键入 git status 时从 Git 命令中受益。

关于windows - 使用 git-bash 保护 .git 文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52919013/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com