summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2022-05-29 08:55:15 +0100
committerPaul Buetow <paul@buetow.org>2022-05-29 08:55:15 +0100
commit05760b5505df4356e5b076a3e6bf0fd0056e052f (patch)
tree015ec3549040f38da696eaab99e129d407a5f139 /README.md
parent252432fae23e58f97b825f855ece4f6e8e1cf39f (diff)
strip out the git auto commit feature - as it was partly broken and difficult to fix
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 1 insertions, 13 deletions
diff --git a/README.md b/README.md
index 8468592..f96d44b 100644
--- a/README.md
+++ b/README.md
@@ -77,19 +77,7 @@ You will find the `./htmlextras/header.html.part` and `./htmlextras/footer.html.
## Store all formats in Git
-I personally have for each directory in `../foo.zone-content/` a separate Git repository configured. So whenever something has changed, it will be updated/added/removed to version control. The following will run the generator and commit everything to Git:
-
-```
-USE_GIT=yes ./gemtexter --generate
-```
-
-And the following will additionally perform a `git pull` and `git push` afterwards;
-
-```
-USE_GIT=yes GIT_PUSH=yes ./gemtexter --generate
-```
-
-You could add the `USE_GIT` and `GIT_PUSH` options to the `gemtexter.conf` config file too.
+I personally have for each directory in `../foo.zone-content/` a separate Git repository configured. So whenever something changes I commit and push the content to git.
## Publishing a blog post