commit 72aa4bc1292a51f47fbcb8eaf5a2fd1097eee115 parent 02932a8c86dce5b1977592d68f48741ebe7ee84b Author: Martin Ashby <martin@ashbysoft.com> Date: Sun, 25 Sep 2022 21:13:48 +0100 Add post about returning to git from fossil. Commit .hugo_build.lock file, it gets generated a lot for some reason. Diffstat:
A | .hugo_build.lock | | | 0 | |
A | content/posts/2022-09-25-back-to-git.md | | | 11 | +++++++++++ |
2 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/.hugo_build.lock b/.hugo_build.lock diff --git a/content/posts/2022-09-25-back-to-git.md b/content/posts/2022-09-25-back-to-git.md @@ -0,0 +1,11 @@ +--- +title: "Back to Git" +date: 2022-09-25T21:09:31+01:00 +draft: false +--- + +I moved back to git from fossil SCM, after [previously](posts/2022-03-27-fossil/) migrating the other way. + +I use git for work and so couldn't forget how to use git and go all-in on fossil, and remembering two sets of commands proved somewhat painful and I wasn't seeing the benefit of built-in issue tracking or anything like that. Now I run [gitea](https://gitea.io/) git server instead. + +Weirdly I don't have too much trouble remembering two programming languages, but I think that's slightly different somehow.