diff options
author | Dante Catalfamo | 2021-04-12 12:45:32 -0400 |
---|---|---|
committer | Dante Catalfamo | 2021-04-12 12:45:32 -0400 |
commit | 8b910b0df34c0744a691d8e042db1077b1a03270 (patch) | |
tree | f2423f20ea3b831a27c91c88023346095ff71253 | |
parent | c2eb89d52da3a50f5294dbab710e13dfa0c08306 (diff) | |
download | blog-8b910b0df34c0744a691d8e042db1077b1a03270.tar.gz blog-8b910b0df34c0744a691d8e042db1077b1a03270.tar.bz2 blog-8b910b0df34c0744a691d8e042db1077b1a03270.zip |
freecad-git: use the past tense everywhere
-rw-r--r-- | content/posts/WIP-freecad-and-git/index.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/posts/WIP-freecad-and-git/index.org b/content/posts/WIP-freecad-and-git/index.org index 32849b2..73ddd86 100644 --- a/content/posts/WIP-freecad-and-git/index.org +++ b/content/posts/WIP-freecad-and-git/index.org @@ -14,8 +14,8 @@ couple issues. Between the MacOS version and Linux version of FreeCAD (both 0.19, maybe different builds?), and transferring files between machines using Nextcloud, a project that I'd been working on for a couple days -become broken to the point where I can no longer modify the sketches, -rendering it useless. +became broken to the point where I could no longer modify the +sketches, rendering it useless. This has led me to find out how I can manage these files through version control like =git=. |