diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2020-12-09 03:03:05 +0300 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2020-12-09 03:03:05 +0300 |
| commit | df5b75a6f759222b487691422b2b76fdfd85bb21 (patch) | |
| tree | bf5fcc8ff0e06270873caa832728ffaf39f80667 /_posts/2020-12-06-fossil-to-git.md | |
| parent | 89d1b3e7b1937f665d1d898cd9d9e1076aeddedb (diff) | |
| download | aaoth.xyz-df5b75a6f759222b487691422b2b76fdfd85bb21.tar.gz aaoth.xyz-df5b75a6f759222b487691422b2b76fdfd85bb21.zip | |
add new post and tweak filter-by-tag page
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 |
