diff options
Diffstat (limited to '_posts/2020-12-06-fossil-to-git.md')
| -rw-r--r-- | _posts/2020-12-06-fossil-to-git.md | 4 |
1 files changed, 2 insertions, 2 deletions
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: <!--more--> +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 |
