From df5b75a6f759222b487691422b2b76fdfd85bb21 Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Wed, 9 Dec 2020 03:03:05 +0300 Subject: add new post and tweak filter-by-tag page --- _posts/2020-12-06-fossil-to-git.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '_posts/2020-12-06-fossil-to-git.md') diff --git a/_posts/2020-12-06-fossil-to-git.md b/_posts/2020-12-06-fossil-to-git.md index 651e661..cacb4c9 100644 --- a/_posts/2020-12-06-fossil-to-git.md +++ b/_posts/2020-12-06-fossil-to-git.md @@ -1,8 +1,7 @@ --- title: fossil export to git author: la-ninpre -tags: [fossil, git, tutorial] -excerpt_separator: +tags: fossil git tutorial --- i was trying to export my website repo to fossil using suggested method from @@ -11,6 +10,7 @@ i was trying to export my website repo to fossil using suggested method from ``` git fast-export --all | fossil import --git repo.fossil ``` + [1]:https://www.fossil-scm.org/home/doc/trunk/www/inout.wiki but i didn't like that fossil recognizes my email as username and so commit -- cgit v1.2.3